#CB69EE

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

Shades of Heliotrope #CB69EE

Tints of Heliotrope #CB69EE

Color information

#CB69EE (or 0xCB69EE) is unknown color: approx Heliotrope. HEX triplet: CB, 69 and EE. RGB value is (203,105,238). Sum of RGB (Red+Green+Blue) = 203+105+238=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69EE is #349611. Grayscale: #959595. Windows color (decimal): -3446290 or 15624651. OLE color: 15624651.

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

Color convert

RGB203105238-
CMYK0.150.5600.07
HSL284.21º79.64%67.25%-
HSV(B)284.21º55.88%93.33%-
XYZ45.1128.9784.1-
YUV149.46177.97166.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 105 (41.41% from 255) = 19.23%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=37.18%
G=19.23%
B=43.59%

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
Decimal2031052380.150.5600.07284.2179.6467.25
HexCB69EEF380711c5043
Octal313151356177007434120103
Binary110010111101001111011101111111000011110001110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69EE; }

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

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

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

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

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

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

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

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