#cb69ef

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

Shades of Heliotrope #CB69EF

Tints of Heliotrope #CB69EF

Color information

#CB69EF (or 0xCB69EF) is unknown color: approx Heliotrope. HEX triplet: CB, 69 and EF. RGB value is (203,105,239). Sum of RGB (Red+Green+Blue) = 203+105+239=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69EF is #349610. Grayscale: #959595. Windows color (decimal): -3446289 or 15690187. OLE color: 15690187.

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

Color convert

RGB203105239-
CMYK0.150.5600.06
HSL283.88º80.72%67.45%-
HSV(B)283.88º56.07%93.73%-
XYZ45.2629.0384.88-
YUV149.58178.47166.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=37.11%
G=19.20%
B=43.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031052390.150.5600.06283.8880.7267.45
HexCB69EFF380611c5143
Octal313151357177006434121103
Binary110010111101001111011111111111000011010001110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb69ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb69ef; }

 p { color: rgb(203,105,239); }

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

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

 a { background-color: rgb(203,105,239); }

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

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

 span { border-color: rgb(203,105,239); }

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