#CD76CC

Color #CD76CC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CD76CC

Tints of Orchid #CD76CC

Color information

#CD76CC (or 0xCD76CC) is unknown color: approx Orchid. HEX triplet: CD, 76 and CC. RGB value is (205,118,204). Sum of RGB (Red+Green+Blue) = 205+118+204=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76CC is #328933. Grayscale: #999999. Windows color (decimal): -3311924 or 13399757. OLE color: 13399757.

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

Color convert

RGB205118204-
CMYK00.420.000.20
HSL300.69º46.52%63.33%-
HSV(B)300.69º42.44%80.39%-
XYZ42.5530.360.73-
YUV153.82156.32164.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 118 (46.48% from 255) = 22.39%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=38.90%
G=22.39%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511820400.420.000.20300.6946.5263.33
HexCD76CC02A01412d2f3f
Octal3151663140520244555777
Binary110011011110110110011000101010010100100101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76CC; }

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

 H1.HeaderClassName
 {
   color: #CD76CC;
 }
 .AnyTagClassName
 {
   color: #CD76CC;
 }
</style>
background-color css

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

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

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

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

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

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