Html Css Color HEX #C064FD Heliotrope

📋 copy color: '#C064FD'

red 192 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #C064FD

Tints of Heliotrope #C064FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 35.23%
G = 18.35%
B = 46.42%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C064FD (or 0xC064FD) is known color: Heliotrope. HEX triplet: C0, 64 and FD. RGB value is (192,100,253). Sum of RGB (Red+Green+Blue) = 192+100+253=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C064FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064FD is #3F9B02. Grayscale: #909090. Windows color (decimal): -4168451 or 16606400. OLE color: 16606400.

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

Color convert

RGB 192 100 253 -
CMYK 0.24 0.60 0 0.01
HSL 276.08º 0.97% 0.69% -
HSV(B) 276.08º 0.6% 0.99% -
XYZ 44.03 27.41 95.9 -
YUV 144.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 192 100 253 0.24 0.60 0 0.01 276.08 0.97 0.69
Hex C0 64 FD 18 3C 0 1 114 61 45
Octal 300 144 375 30 74 0 1 424 141 105
Binary 11000000 1100100 11111101 11000 111100 0 1 100010100 1100001 1000101

Color Harmonies of #C064FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064FD

Black with #C064FD

Text Example


Text Example

White with #C064FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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