#CB76C1

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

Shades of Orchid #CB76C1

Tints of Orchid #CB76C1

Color information

#CB76C1 (or 0xCB76C1) is unknown color: approx Orchid. HEX triplet: CB, 76 and C1. RGB value is (203,118,193). Sum of RGB (Red+Green+Blue) = 203+118+193=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76C1 is #34893E. Grayscale: #979797. Windows color (decimal): -3443007 or 12678859. OLE color: 12678859.

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

Color convert

RGB203118193-
CMYK00.420.050.20
HSL307.06º44.97%62.94%-
HSV(B)307.06º41.87%79.61%-
XYZ40.7329.554-
YUV151.96151.16164.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 118 (46.48% from 255) = 22.96%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=39.49%
G=22.96%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311819300.420.050.20307.0644.9762.94
HexCB76C102A5141332d3f
Octal3131663010525244635577
Binary11001011111011011000001010101010110100100110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76C1; }

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

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

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

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

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

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

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

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