Html Css Color HEX #C064FE Heliotrope

📋 copy color: '#C064FE'

red 192 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #C064FE

Tints of Heliotrope #C064FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 35.16%
G = 18.32%
B = 46.52%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C064FE (or 0xC064FE) is known color: Heliotrope. HEX triplet: C0, 64 and FE. RGB value is (192,100,254). Sum of RGB (Red+Green+Blue) = 192+100+254=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C064FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064FE is #3F9B01. Grayscale: #909090. Windows color (decimal): -4168450 or 16671936. OLE color: 16671936.

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

Color convert

RGB 192 100 254 -
CMYK 0.24 0.61 0 0.00
HSL 275.84º 0.99% 0.69% -
HSV(B) 275.84º 0.61% 1% -
XYZ 44.18 27.48 96.74 -
YUV 145.06 189.48 161.48 -
System Red Green Blue C M Y K H S L
Decimal 192 100 254 0.24 0.61 0 0.00 275.84 0.99 0.69
Hex C0 64 FE 18 3D 0 0 114 63 45
Octal 300 144 376 30 75 0 0 424 143 105
Binary 11000000 1100100 11111110 11000 111101 0 0 100010100 1100011 1000101

Color Harmonies of #C064FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064FE

Black with #C064FE

Text Example


Text Example

White with #C064FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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