#CD76BC

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

Shades of Orchid #CD76BC

Tints of Orchid #CD76BC

Color information

#CD76BC (or 0xCD76BC) is unknown color: approx Orchid. HEX triplet: CD, 76 and BC. RGB value is (205,118,188). Sum of RGB (Red+Green+Blue) = 205+118+188=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76BC is #328943. Grayscale: #979797. Windows color (decimal): -3311940 or 12351181. OLE color: 12351181.

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

Color convert

RGB205118188-
CMYK00.420.080.20
HSL311.72º46.52%63.33%-
HSV(B)311.72º42.44%80.39%-
XYZ40.7329.5751.14-
YUV151.99148.32165.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=40.12%
G=23.09%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511818800.420.080.20311.7246.5263.33
HexCD76BC02A8141382f3f
Octal31516627405210244705777
Binary110011011110110101111000101010100010100100111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76BC; }

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

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

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

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

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

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

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

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