#CD76CD

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

Shades of Orchid #CD76CD

Tints of Orchid #CD76CD

Color information

#CD76CD (or 0xCD76CD) is unknown color: approx Orchid. HEX triplet: CD, 76 and CD. RGB value is (205,118,205). Sum of RGB (Red+Green+Blue) = 205+118+205=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76CD is #328932. Grayscale: #999999. Windows color (decimal): -3311923 or 13465293. OLE color: 13465293.

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

Color convert

RGB205118205-
CMYK00.4200.20
HSL300º46.52%63.33%-
HSV(B)300º42.44%80.39%-
XYZ42.6730.3461.37-
YUV153.93156.82164.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 118 (46.48% from 255) = 22.35%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=38.83%
G=22.35%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511820500.4200.2030046.5263.33
HexCD76CD02A01412c2f3f
Octal3151663150520244545777
Binary110011011110110110011010101010010100100101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76CD; }

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

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

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

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

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

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

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

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