#CB75F7

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

Shades of Heliotrope #CB75F7

Tints of Heliotrope #CB75F7

Color information

#CB75F7 (or 0xCB75F7) is unknown color: approx Heliotrope. HEX triplet: CB, 75 and F7. RGB value is (203,117,247). Sum of RGB (Red+Green+Blue) = 203+117+247=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB75F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75F7 is #348A08. Grayscale: #9D9D9D. Windows color (decimal): -3443209 or 16217547. OLE color: 16217547.

HSL color Cylindrical-coordinate representation of color #CB75F7: hue angle of 279.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB75F7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203117247-
CMYK0.180.5300.03
HSL279.69º89.04%71.37%-
HSV(B)279.69º52.63%96.86%-
XYZ47.7832.1391.68-
YUV157.53178.49160.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=35.80%
G=20.63%
B=43.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031172470.180.5300.03279.6989.0471.37
HexCB75F71235031185947
Octal313165367226503430131107
Binary110010111110101111101111001011010101110001100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75F7; }

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

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

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

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

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

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

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

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