Html Css Color HEX #C064FA Heliotrope

📋 copy color: '#C064FA'

red 192 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #C064FA

Tints of Heliotrope #C064FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.45%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 35.42%
G = 18.45%
B = 46.13%

CMYK

 C value IS 0.23

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C064FA (or 0xC064FA) is known color: Heliotrope. HEX triplet: C0, 64 and FA. RGB value is (192,100,250). Sum of RGB (Red+Green+Blue) = 192+100+250=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #C064FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064FA is #3F9B05. Grayscale: #909090. Windows color (decimal): -4168454 or 16409792. OLE color: 16409792.

HSL color Cylindrical-coordinate representation of color #C064FA: hue angle of 276.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C064FA is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 100 250 -
CMYK 0.23 0.6 0 0.02
HSL 276.8º 0.94% 0.69% -
HSV(B) 276.8º 0.6% 0.98% -
XYZ 43.55 27.22 93.4 -
YUV 144.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 192 100 250 0.23 0.6 0 0.02 276.8 0.94 0.69
Hex C0 64 FA 17 3C 0 2 115 5E 45
Octal 300 144 372 27 74 0 2 425 136 105
Binary 11000000 1100100 11111010 10111 111100 0 10 100010101 1011110 1000101

Color Harmonies of #C064FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064FA

Black with #C064FA

Text Example


Text Example

White with #C064FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064FA; }

 p { color: rgb(192,100,250); }

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

background-color css

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

 a { background-color: rgb(192,100,250); }

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

border-color css

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

 span { border-color: rgb(192,100,250); }

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