#CB72C3

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

Shades of Orchid #CB72C3

Tints of Orchid #CB72C3

Color information

#CB72C3 (or 0xCB72C3) is unknown color: approx Orchid. HEX triplet: CB, 72 and C3. RGB value is (203,114,195). Sum of RGB (Red+Green+Blue) = 203+114+195=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C3 is #348D3C. Grayscale: #959595. Windows color (decimal): -3444029 or 12808907. OLE color: 12808907.

HSL color Cylindrical-coordinate representation of color #CB72C3: hue angle of 305.39º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB72C3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203114195-
CMYK00.440.040.20
HSL305.39º46.11%62.16%-
HSV(B)305.39º43.84%79.61%-
XYZ40.528.6755.03-
YUV149.84153.49165.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=39.65%
G=22.27%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311419500.440.040.20305.3946.1162.16
HexCB72C302C4141312e3e
Octal3131623030544244615676
Binary11001011111001011000011010110010010100100110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72C3; }

 p { color: rgb(203,114,195); }

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

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

 a { background-color: rgb(203,114,195); }

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

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

 span { border-color: rgb(203,114,195); }

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