#CB6CFF

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

Shades of Heliotrope #CB6CFF

Tints of Heliotrope #CB6CFF

Color information

#CB6CFF (or 0xCB6CFF) is unknown color: approx Heliotrope. HEX triplet: CB, 6C and FF. RGB value is (203,108,255). Sum of RGB (Red+Green+Blue) = 203+108+255=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CFF is #349300. Grayscale: #989898. Windows color (decimal): -3445505 or 16739531. OLE color: 16739531.

HSL color Cylindrical-coordinate representation of color #CB6CFF: hue angle of 278.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB6CFF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203108255-
CMYK0.200.5800
HSL278.78º100%71.18%-
HSV(B)278.78º57.65%100%-
XYZ48.0430.6497.99-
YUV153.16185.47163.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 108 (42.58% from 255) = 19.08%
BLUE value IS 255 (100% from 255) = 45.05%
R=35.87%
G=19.08%
B=45.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031082550.200.5800278.7810071.18
HexCB6CFF143A001176447
Octal313154377247200427144107
Binary11001011110110011111111101001110100010001011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CFF; }

 p { color: rgb(203,108,255); }

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

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

 a { background-color: rgb(203,108,255); }

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

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

 span { border-color: rgb(203,108,255); }

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