Html Css Color HEX #C063FC Heliotrope

📋 copy color: '#C063FC'

red 192 ◦ green 99 ◦ blue 252

#C063FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C063FC

Tints of Heliotrope #C063FC

RGB

 RED value IS 192 (75.39% from 255) = 35.36%

 GREEN value IS 99 (39.06% from 255) = 18.23%

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 35.36%
G = 18.23%
B = 46.41%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C063FC (or 0xC063FC) is known color: Heliotrope. HEX triplet: C0, 63 and FC. RGB value is (192,99,252). Sum of RGB (Red+Green+Blue) = 192+99+252=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C063FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063FC is #3F9C03. Grayscale: #8F8F8F. Windows color (decimal): -4168708 or 16540608. OLE color: 16540608.

HSL color Cylindrical-coordinate representation of color #C063FC: hue angle of 276.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C063FC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 99 252 -
CMYK 0.24 0.61 0 0.01
HSL 276.47º 0.96% 0.69% -
HSV(B) 276.47º 0.61% 0.99% -
XYZ 43.77 27.16 95.03 -
YUV 144.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 192 99 252 0.24 0.61 0 0.01 276.47 0.96 0.69
Hex C0 63 FC 18 3D 0 1 114 60 45
Octal 300 143 374 30 75 0 1 424 140 105
Binary 11000000 1100011 11111100 11000 111101 0 1 100010100 1100000 1000101

Color Harmonies of #C063FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063FC

Black with #C063FC

Text Example


Text Example

White with #C063FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063FC; }

 p { color: rgb(192,99,252); }

 H1.HeaderClassName
 {
   color: #C063FC;
 }
 .AnyTagClassName
 {
   color: #C063FC;
 }
</style>

background-color css

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

 a { background-color: rgb(192,99,252); }

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

border-color css

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

 span { border-color: rgb(192,99,252); }

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