Html Css Color HEX #CD74DB Orchid

📋 copy color: '#CD74DB'

red 205 ◦ green 116 ◦ blue 219

#CD74DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD74DB

Tints of Orchid #CD74DB

RGB

 RED value IS 205 (80.47% from 255) = 37.96%

 GREEN value IS 116 (45.7% from 255) = 21.48%

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 37.96%
G = 21.48%
B = 40.56%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD74DB (or 0xCD74DB) is known color: Orchid. HEX triplet: CD, 74 and DB. RGB value is (205,116,219). Sum of RGB (Red+Green+Blue) = 205+116+219=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74DB is #328B24. Grayscale: #9A9A9A. Windows color (decimal): -3312421 or 14382285. OLE color: 14382285.

HSL color Cylindrical-coordinate representation of color #CD74DB: hue angle of 291.84º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD74DB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 116 219 -
CMYK 0.06 0.47 0 0.14
HSL 291.84º 0.59% 0.66% -
HSV(B) 291.84º 0.47% 0.86% -
XYZ 44.21 30.58 70.59 -
YUV 154.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 205 116 219 0.06 0.47 0 0.14 291.84 0.59 0.66
Hex CD 74 DB 6 2F 0 E 124 3B 42
Octal 315 164 333 6 57 0 16 444 73 102
Binary 11001101 1110100 11011011 110 101111 0 1110 100100100 111011 1000010

Color Harmonies of #CD74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD74DB

Black with #CD74DB

Text Example


Text Example

White with #CD74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD74DB; }

 p { color: rgb(205,116,219); }

 H1.HeaderClassName
 {
   color: #CD74DB;
 }
 .AnyTagClassName
 {
   color: #CD74DB;
 }
</style>

background-color css

<style>
 a { background-color: #CD74DB; }

 a { background-color: rgb(205,116,219); }

 div.DivClassName
 {
   background-color: #CD74DB;
 }
 .BgClassName
 {
   background-color: #CD74DB;
 }
</style>

border-color css

<style>
 span { border-color: #CD74DB; }

 span { border-color: rgb(205,116,219); }

 td.TdClassName
 {
   border-color: #CD74DB;
 }
 .TagClassName
 {
   border-color: #CD74DB;
 }
</style>