#CB69EB

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

Shades of Heliotrope #CB69EB

Tints of Heliotrope #CB69EB

Color information

#CB69EB (or 0xCB69EB) is unknown color: approx Heliotrope. HEX triplet: CB, 69 and EB. RGB value is (203,105,235). Sum of RGB (Red+Green+Blue) = 203+105+235=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB69EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69EB is #349614. Grayscale: #949494. Windows color (decimal): -3446293 or 15428043. OLE color: 15428043.

HSL color Cylindrical-coordinate representation of color #CB69EB: hue angle of 285.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB69EB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203105235-
CMYK0.140.5500.08
HSL285.23º76.47%66.67%-
HSV(B)285.23º55.32%92.16%-
XYZ44.6828.881.8-
YUV149.12176.47166.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=37.38%
G=19.34%
B=43.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031052350.140.5500.08285.2376.4766.67
HexCB69EBE370811d4c43
Octal3131513531667010435114103
Binary1100101111010011110101111101101110100010001110110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69EB; }

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

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

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

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

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

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

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

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