Html Css Color HEX #CD76C9 Orchid

📋 copy color: '#CD76C9'

red 205 ◦ green 118 ◦ blue 201

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

Shades of Orchid #CD76C9

Tints of Orchid #CD76C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 39.12%
G = 22.52%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD76C9 (or 0xCD76C9) is known color: Orchid. HEX triplet: CD, 76 and C9. RGB value is (205,118,201). Sum of RGB (Red+Green+Blue) = 205+118+201=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76C9 is #328936. Grayscale: #999999. Windows color (decimal): -3311927 or 13203149. OLE color: 13203149.

HSL color Cylindrical-coordinate representation of color #CD76C9: hue angle of 302.76º 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 #CD76C9 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 201 -
CMYK 0 0.42 0.02 0.20
HSL 302.76º 0.47% 0.63% -
HSV(B) 302.76º 0.42% 0.8% -
XYZ 42.2 30.15 58.85 -
YUV 153.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 205 118 201 0 0.42 0.02 0.20 302.76 0.47 0.63
Hex CD 76 C9 0 2A 2 14 12F 2F 3F
Octal 315 166 311 0 52 2 24 457 57 77
Binary 11001101 1110110 11001001 0 101010 10 10100 100101111 101111 111111

Color Harmonies of #CD76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76C9

Black with #CD76C9

Text Example


Text Example

White with #CD76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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