#cb6ace

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

Shades of Orchid #CB6ACE

Tints of Orchid #CB6ACE

Color information

#CB6ACE (or 0xCB6ACE) is unknown color: approx Orchid. HEX triplet: CB, 6A and CE. RGB value is (203,106,206). Sum of RGB (Red+Green+Blue) = 203+106+206=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ACE is #349531. Grayscale: #929292. Windows color (decimal): -3446066 or 13527755. OLE color: 13527755.

HSL color Cylindrical-coordinate representation of color #CB6ACE: hue angle of 298.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6ACE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203106206-
CMYK0.010.4900.19
HSL298.2º50.51%61.18%-
HSV(B)298.2º48.54%80.78%-
XYZ40.9227.4661.54-
YUV146.4161.64168.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 206 (80.86% from 255) = 40%
R=39.42%
G=20.58%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031062060.010.4900.19298.250.5161.18
HexCB6ACE13101312a333d
Octal3131523161610234526375
Binary110010111101010110011101110001010011100101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6ace; }

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

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

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

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

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

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

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

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