#CB6FED

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

Shades of Heliotrope #CB6FED

Tints of Heliotrope #CB6FED

Color information

#CB6FED (or 0xCB6FED) is unknown color: approx Heliotrope. HEX triplet: CB, 6F and ED. RGB value is (203,111,237). Sum of RGB (Red+Green+Blue) = 203+111+237=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FED is #349012. Grayscale: #989898. Windows color (decimal): -3444755 or 15560651. OLE color: 15560651.

HSL color Cylindrical-coordinate representation of color #CB6FED: hue angle of 283.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6FED is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203111237-
CMYK0.140.5300.07
HSL283.81º77.78%68.24%-
HSV(B)283.81º53.16%92.94%-
XYZ45.630.1883.54-
YUV152.87175.48163.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 111 (43.75% from 255) = 20.15%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=36.84%
G=20.15%
B=43.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031112370.140.5300.07283.8177.7868.24
HexCB6FEDE350711c4e44
Octal313157355166507434116104
Binary110010111101111111011011110110101011110001110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FED; }

 p { color: rgb(203,111,237); }

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

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

 a { background-color: rgb(203,111,237); }

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

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

 span { border-color: rgb(203,111,237); }

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