#CB69EC

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

Shades of Heliotrope #CB69EC

Tints of Heliotrope #CB69EC

Color information

#CB69EC (or 0xCB69EC) is unknown color: approx Heliotrope. HEX triplet: CB, 69 and EC. RGB value is (203,105,236). Sum of RGB (Red+Green+Blue) = 203+105+236=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69EC is #349613. Grayscale: #949494. Windows color (decimal): -3446292 or 15493579. OLE color: 15493579.

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

Color convert

RGB203105236-
CMYK0.140.5600.07
HSL284.89º77.51%66.86%-
HSV(B)284.89º55.51%92.55%-
XYZ44.8228.8682.56-
YUV149.24176.97166.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 105 (41.41% from 255) = 19.30%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=37.32%
G=19.30%
B=43.38%

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
Decimal2031052360.140.5600.07284.8977.5166.86
HexCB69ECE380711d4e43
Octal313151354167007435116103
Binary110010111101001111011001110111000011110001110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69EC; }

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

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

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

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

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

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

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

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