#CB72CC

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

Shades of Orchid #CB72CC

Tints of Orchid #CB72CC

Color information

#CB72CC (or 0xCB72CC) is unknown color: approx Orchid. HEX triplet: CB, 72 and CC. RGB value is (203,114,204). Sum of RGB (Red+Green+Blue) = 203+114+204=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72CC is #348D33. Grayscale: #969696. Windows color (decimal): -3444020 or 13398731. OLE color: 13398731.

HSL color Cylindrical-coordinate representation of color #CB72CC: hue angle of 299.33º degrees, saturation: 0.47, 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 #CB72CC is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203114204-
CMYK0.000.4400.2
HSL299.33º46.88%62.35%-
HSV(B)299.33º44.12%80%-
XYZ41.5529.0960.55-
YUV150.87157.99165.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=38.96%
G=21.88%
B=39.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031142040.000.4400.2299.3346.8862.35
HexCB72CC02C01412b2f3e
Octal3131623140540244535776
Binary110010111110010110011000101100010100100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB72CC; }

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

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

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

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

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

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

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

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