#CB6ACA

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

Shades of Orchid #CB6ACA

Tints of Orchid #CB6ACA

Color information

#CB6ACA (or 0xCB6ACA) is unknown color: approx Orchid. HEX triplet: CB, 6A and CA. RGB value is (203,106,202). Sum of RGB (Red+Green+Blue) = 203+106+202=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ACA is #349535. Grayscale: #919191. Windows color (decimal): -3446070 or 13265611. OLE color: 13265611.

HSL color Cylindrical-coordinate representation of color #CB6ACA: hue angle of 300.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6ACA is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203106202-
CMYK00.480.000.20
HSL300.62º48.26%60.59%-
HSV(B)300.62º47.78%79.61%-
XYZ40.4427.2759.01-
YUV145.95159.64168.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=39.73%
G=20.74%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310620200.480.000.20300.6248.2660.59
HexCB6ACA03001412d303d
Octal3131523120600244556075
Binary110010111101010110010100110000010100100101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6ACA; }

 p { color: rgb(203,106,202); }

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

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

 a { background-color: rgb(203,106,202); }

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

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

 span { border-color: rgb(203,106,202); }

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