#CB76BE

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

Shades of Orchid #CB76BE

Tints of Orchid #CB76BE

Color information

#CB76BE (or 0xCB76BE) is unknown color: approx Orchid. HEX triplet: CB, 76 and BE. RGB value is (203,118,190). Sum of RGB (Red+Green+Blue) = 203+118+190=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76BE is #348941. Grayscale: #979797. Windows color (decimal): -3443010 or 12482251. OLE color: 12482251.

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

Color convert

RGB203118190-
CMYK00.420.060.20
HSL309.18º44.97%62.94%-
HSV(B)309.18º41.87%79.61%-
XYZ40.429.3752.26-
YUV151.62149.66164.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=39.73%
G=23.09%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311819000.420.060.20309.1844.9762.94
HexCB76BE02A6141352d3f
Octal3131662760526244655577
Binary11001011111011010111110010101011010100100110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76BE; }

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

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

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

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

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

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

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

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