#CB76BC

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

Shades of Orchid #CB76BC

Tints of Orchid #CB76BC

Color information

#CB76BC (or 0xCB76BC) is unknown color: approx Orchid. HEX triplet: CB, 76 and BC. RGB value is (203,118,188). Sum of RGB (Red+Green+Blue) = 203+118+188=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76BC is #348943. Grayscale: #979797. Windows color (decimal): -3443012 or 12351179. OLE color: 12351179.

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

Color convert

RGB203118188-
CMYK00.420.070.20
HSL310.59º44.97%62.94%-
HSV(B)310.59º41.87%79.61%-
XYZ40.1829.2851.11-
YUV151.39148.66164.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=39.88%
G=23.18%
B=36.94%

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
Decimal20311818800.420.070.20310.5944.9762.94
HexCB76BC02A7141372d3f
Octal3131662740527244675577
Binary11001011111011010111100010101011110100100110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76BC; }

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

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

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

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

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

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

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

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