#CB69F0

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

Shades of Heliotrope #CB69F0

Tints of Heliotrope #CB69F0

Color information

#CB69F0 (or 0xCB69F0) is unknown color: approx Heliotrope. HEX triplet: CB, 69 and F0. RGB value is (203,105,240). Sum of RGB (Red+Green+Blue) = 203+105+240=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69F0 is #34960F. Grayscale: #959595. Windows color (decimal): -3446288 or 15755723. OLE color: 15755723.

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

Color convert

RGB203105240-
CMYK0.150.5600.06
HSL283.56º81.82%67.65%-
HSV(B)283.56º56.25%94.12%-
XYZ45.4129.0985.66-
YUV149.69178.97166.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 105 (41.41% from 255) = 19.16%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=37.04%
G=19.16%
B=43.80%

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
Decimal2031052400.150.5600.06283.5681.8267.65
HexCB69F0F380611c5244
Octal313151360177006434122104
Binary110010111101001111100001111111000011010001110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69F0; }

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

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

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

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

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

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

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

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