#CB75FF

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

Shades of Heliotrope #CB75FF

Tints of Heliotrope #CB75FF

Color information

#CB75FF (or 0xCB75FF) is unknown color: approx Heliotrope. HEX triplet: CB, 75 and FF. RGB value is (203,117,255). Sum of RGB (Red+Green+Blue) = 203+117+255=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75FF is #348A00. Grayscale: #9D9D9D. Windows color (decimal): -3443201 or 16741835. OLE color: 16741835.

HSL color Cylindrical-coordinate representation of color #CB75FF: hue angle of 277.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB75FF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203117255-
CMYK0.200.5400
HSL277.39º100%72.94%-
HSV(B)277.39º54.12%100%-
XYZ49.0432.6498.32-
YUV158.45182.49159.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 117 (46.09% from 255) = 20.35%
BLUE value IS 255 (100% from 255) = 44.35%
R=35.30%
G=20.35%
B=44.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031172550.200.5400277.3910072.94
HexCB75FF1436001156449
Octal313165377246600425144111
Binary11001011111010111111111101001101100010001010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75FF; }

 p { color: rgb(203,117,255); }

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

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

 a { background-color: rgb(203,117,255); }

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

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

 span { border-color: rgb(203,117,255); }

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