#CB75F1

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

Shades of Heliotrope #CB75F1

Tints of Heliotrope #CB75F1

Color information

#CB75F1 (or 0xCB75F1) is unknown color: approx Heliotrope. HEX triplet: CB, 75 and F1. RGB value is (203,117,241). Sum of RGB (Red+Green+Blue) = 203+117+241=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75F1 is #348A0E. Grayscale: #9C9C9C. Windows color (decimal): -3443215 or 15824331. OLE color: 15824331.

HSL color Cylindrical-coordinate representation of color #CB75F1: hue angle of 281.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB75F1 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203117241-
CMYK0.160.5100.05
HSL281.61º81.58%70.2%-
HSV(B)281.61º51.45%94.51%-
XYZ46.8731.7786.88-
YUV156.85175.49160.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 117 (46.09% from 255) = 20.86%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=36.19%
G=20.86%
B=42.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031172410.160.5100.05281.6181.5870.2
HexCB75F110330511a5246
Octal313165361206305432122106
Binary1100101111101011111000110000110011010110001101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75F1; }

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

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

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

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

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

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

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

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