#CB68EE

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

Shades of Heliotrope #CB68EE

Tints of Heliotrope #CB68EE

Color information

#CB68EE (or 0xCB68EE) is unknown color: approx Heliotrope. HEX triplet: CB, 68 and EE. RGB value is (203,104,238). Sum of RGB (Red+Green+Blue) = 203+104+238=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68EE is #349711. Grayscale: #949494. Windows color (decimal): -3446546 or 15624395. OLE color: 15624395.

HSL color Cylindrical-coordinate representation of color #CB68EE: hue angle of 284.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB68EE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203104238-
CMYK0.150.5600.07
HSL284.33º79.76%67.06%-
HSV(B)284.33º56.3%93.33%-
XYZ45.0128.7784.07-
YUV148.88178.3166.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 104 (41.02% from 255) = 19.08%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=37.25%
G=19.08%
B=43.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031042380.150.5600.07284.3379.7667.06
HexCB68EEF380711c5043
Octal313150356177007434120103
Binary110010111101000111011101111111000011110001110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB68EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB68EE; }

 p { color: rgb(203,104,238); }

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

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

 a { background-color: rgb(203,104,238); }

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

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

 span { border-color: rgb(203,104,238); }

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