#CB72C4

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

Shades of Orchid #CB72C4

Tints of Orchid #CB72C4

Color information

#CB72C4 (or 0xCB72C4) is unknown color: approx Orchid. HEX triplet: CB, 72 and C4. RGB value is (203,114,196). Sum of RGB (Red+Green+Blue) = 203+114+196=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C4 is #348D3B. Grayscale: #959595. Windows color (decimal): -3444028 or 12874443. OLE color: 12874443.

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

Color convert

RGB203114196-
CMYK00.440.030.20
HSL304.72º46.11%62.16%-
HSV(B)304.72º43.84%79.61%-
XYZ40.6128.7255.63-
YUV149.96153.99165.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=39.57%
G=22.22%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311419600.440.030.20304.7246.1162.16
HexCB72C402C3141312e3e
Octal3131623040543244615676
Binary1100101111100101100010001011001110100100110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72C4; }

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

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

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

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

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

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

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

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