#CD76BE

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

Shades of Orchid #CD76BE

Tints of Orchid #CD76BE

Color information

#CD76BE (or 0xCD76BE) is unknown color: approx Orchid. HEX triplet: CD, 76 and BE. RGB value is (205,118,190). Sum of RGB (Red+Green+Blue) = 205+118+190=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76BE is #328941. Grayscale: #989898. Windows color (decimal): -3311938 or 12482253. OLE color: 12482253.

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

Color convert

RGB205118190-
CMYK00.420.070.20
HSL310.34º46.52%63.33%-
HSV(B)310.34º42.44%80.39%-
XYZ40.9529.6552.28-
YUV152.22149.32165.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 118 (46.48% from 255) = 23.00%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=39.96%
G=23.00%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511819000.420.070.20310.3446.5263.33
HexCD76BE02A7141362f3f
Octal3151662760527244665777
Binary11001101111011010111110010101011110100100110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76BE; }

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

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

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

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

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

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

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

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