#CB75FA

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

Shades of Heliotrope #CB75FA

Tints of Heliotrope #CB75FA

Color information

#CB75FA (or 0xCB75FA) is unknown color: approx Heliotrope. HEX triplet: CB, 75 and FA. RGB value is (203,117,250). Sum of RGB (Red+Green+Blue) = 203+117+250=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB75FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75FA is #348A05. Grayscale: #9D9D9D. Windows color (decimal): -3443206 or 16414155. OLE color: 16414155.

HSL color Cylindrical-coordinate representation of color #CB75FA: hue angle of 278.8º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB75FA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203117250-
CMYK0.190.5300.02
HSL278.8º93.01%71.96%-
HSV(B)278.8º53.2%98.04%-
XYZ48.2532.3294.14-
YUV157.88179.99160.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=35.61%
G=20.53%
B=43.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031172500.190.5300.02278.893.0171.96
HexCB75FA1335021175d48
Octal313165372236502427135110
Binary110010111110101111110101001111010101010001011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75FA; }

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

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

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

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

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

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

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

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