Html Css Color HEX #CD77DB Orchid

📋 copy color: '#CD77DB'

red 205 ◦ green 119 ◦ blue 219

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

Shades of Orchid #CD77DB

Tints of Orchid #CD77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.92%

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

R = 37.75%
G = 21.92%
B = 40.33%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD77DB (or 0xCD77DB) is known color: Orchid. HEX triplet: CD, 77 and DB. RGB value is (205,119,219). Sum of RGB (Red+Green+Blue) = 205+119+219=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77DB is #328824. Grayscale: #9B9B9B. Windows color (decimal): -3311653 or 14383053. OLE color: 14383053.

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

Color convert

RGB 205 119 219 -
CMYK 0.06 0.46 0 0.14
HSL 291.6º 0.58% 0.66% -
HSV(B) 291.6º 0.46% 0.86% -
XYZ 44.56 31.29 70.71 -
YUV 156.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 205 119 219 0.06 0.46 0 0.14 291.6 0.58 0.66
Hex CD 77 DB 6 2E 0 E 124 3A 42
Octal 315 167 333 6 56 0 16 444 72 102
Binary 11001101 1110111 11011011 110 101110 0 1110 100100100 111010 1000010

Color Harmonies of #CD77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77DB

Black with #CD77DB

Text Example


Text Example

White with #CD77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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