#CB68ED

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

Shades of Heliotrope #CB68ED

Tints of Heliotrope #CB68ED

Color information

#CB68ED (or 0xCB68ED) is unknown color: approx Heliotrope. HEX triplet: CB, 68 and ED. RGB value is (203,104,237). Sum of RGB (Red+Green+Blue) = 203+104+237=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68ED is #349712. Grayscale: #949494. Windows color (decimal): -3446547 or 15558859. OLE color: 15558859.

HSL color Cylindrical-coordinate representation of color #CB68ED: hue angle of 284.66º degrees, saturation: 0.79, 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 #CB68ED is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203104237-
CMYK0.140.5600.07
HSL284.66º78.7%66.86%-
HSV(B)284.66º56.12%92.94%-
XYZ44.8628.7183.3-
YUV148.76177.8166.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=37.32%
G=19.12%
B=43.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031042370.140.5600.07284.6678.766.86
HexCB68EDE380711d4f43
Octal313150355167007435117103
Binary110010111101000111011011110111000011110001110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB68ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB68ED; }

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

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

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

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

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

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

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

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