#CB63F4

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

Shades of Heliotrope #CB63F4

Tints of Heliotrope #CB63F4

Color information

#CB63F4 (or 0xCB63F4) is unknown color: approx Heliotrope. HEX triplet: CB, 63 and F4. RGB value is (203,99,244). Sum of RGB (Red+Green+Blue) = 203+99+244=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB63F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63F4 is #349C0B. Grayscale: #929292. Windows color (decimal): -3447820 or 16016331. OLE color: 16016331.

HSL color Cylindrical-coordinate representation of color #CB63F4: hue angle of 283.03º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB63F4 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20399244-
CMYK0.170.5900.04
HSL283.03º86.83%67.25%-
HSV(B)283.03º59.43%95.69%-
XYZ45.4228.1588.63-
YUV146.63182.96168.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 99 (39.06% from 255) = 18.13%
BLUE value IS 244 (95.70% from 255) = 44.69%
R=37.18%
G=18.13%
B=44.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203992440.170.5900.04283.0386.8367.25
HexCB63F4113B0411b5743
Octal313143364217304433127103
Binary1100101111000111111010010001111011010010001101110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63F4; }

 p { color: rgb(203,99,244); }

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

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

 a { background-color: rgb(203,99,244); }

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

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

 span { border-color: rgb(203,99,244); }

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