#CB69E8

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

Shades of Heliotrope #CB69E8

Tints of Heliotrope #CB69E8

Color information

#CB69E8 (or 0xCB69E8) is unknown color: approx Heliotrope. HEX triplet: CB, 69 and E8. RGB value is (203,105,232). Sum of RGB (Red+Green+Blue) = 203+105+232=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69E8 is #349617. Grayscale: #949494. Windows color (decimal): -3446296 or 15231435. OLE color: 15231435.

HSL color Cylindrical-coordinate representation of color #CB69E8: hue angle of 286.3º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB69E8 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203105232-
CMYK0.120.5500.09
HSL286.3º73.41%66.08%-
HSV(B)286.3º54.74%90.98%-
XYZ44.2528.6379.54-
YUV148.78174.97166.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=37.59%
G=19.44%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031052320.120.5500.09286.373.4166.08
HexCB69E8C370911e4942
Octal3131513501467011436111102
Binary1100101111010011110100011001101110100110001111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69E8; }

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

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

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

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

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

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

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

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