#CB75F9

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

Shades of Heliotrope #CB75F9

Tints of Heliotrope #CB75F9

Color information

#CB75F9 (or 0xCB75F9) is unknown color: approx Heliotrope. HEX triplet: CB, 75 and F9. RGB value is (203,117,249). Sum of RGB (Red+Green+Blue) = 203+117+249=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB75F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75F9 is #348A06. Grayscale: #9D9D9D. Windows color (decimal): -3443207 or 16348619. OLE color: 16348619.

HSL color Cylindrical-coordinate representation of color #CB75F9: hue angle of 279.09º degrees, saturation: 0.92, 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 #CB75F9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203117249-
CMYK0.180.5300.02
HSL279.09º91.67%71.76%-
HSV(B)279.09º53.01%97.65%-
XYZ48.0932.2693.31-
YUV157.76179.49160.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 117 (46.09% from 255) = 20.56%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=35.68%
G=20.56%
B=43.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031172490.180.5300.02279.0991.6771.76
HexCB75F91235021175c48
Octal313165371226502427134110
Binary110010111110101111110011001011010101010001011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75F9; }

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

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

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

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

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

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

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

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