#CB6AC6

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

Shades of Orchid #CB6AC6

Tints of Orchid #CB6AC6

Color information

#CB6AC6 (or 0xCB6AC6) is unknown color: approx Orchid. HEX triplet: CB, 6A and C6. RGB value is (203,106,198). Sum of RGB (Red+Green+Blue) = 203+106+198=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AC6 is #349539. Grayscale: #919191. Windows color (decimal): -3446074 or 13003467. OLE color: 13003467.

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

Color convert

RGB203106198-
CMYK00.480.020.20
HSL303.09º48.26%60.59%-
HSV(B)303.09º47.78%79.61%-
XYZ39.9827.0856.55-
YUV145.49157.64169.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=40.04%
G=20.91%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310619800.480.020.20303.0948.2660.59
HexCB6AC603021412f303d
Octal3131523060602244576075
Binary1100101111010101100011001100001010100100101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6AC6; }

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

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

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

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

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

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

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

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