Html Css Color HEX #CD76BB Orchid

📋 copy color: '#CD76BB'

red 205 ◦ green 118 ◦ blue 187

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

Shades of Orchid #CD76BB

Tints of Orchid #CD76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.14%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 40.2%
G = 23.14%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD76BB (or 0xCD76BB) is known color: Orchid. HEX triplet: CD, 76 and BB. RGB value is (205,118,187). Sum of RGB (Red+Green+Blue) = 205+118+187=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76BB is #328944. Grayscale: #979797. Windows color (decimal): -3311941 or 12285645. OLE color: 12285645.

HSL color Cylindrical-coordinate representation of color #CD76BB: hue angle of 312.41º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD76BB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 187 -
CMYK 0 0.42 0.09 0.20
HSL 312.41º 0.47% 0.63% -
HSV(B) 312.41º 0.42% 0.8% -
XYZ 40.62 29.52 50.57 -
YUV 151.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 205 118 187 0 0.42 0.09 0.20 312.41 0.47 0.63
Hex CD 76 BB 0 2A 9 14 138 2F 3F
Octal 315 166 273 0 52 11 24 470 57 77
Binary 11001101 1110110 10111011 0 101010 1001 10100 100111000 101111 111111

Color Harmonies of #CD76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76BB

Black with #CD76BB

Text Example


Text Example

White with #CD76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76BB; }

 p { color: rgb(205,118,187); }

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

background-color css

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

 a { background-color: rgb(205,118,187); }

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

border-color css

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

 span { border-color: rgb(205,118,187); }

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