Html Css Color HEX #C064FB Heliotrope

📋 copy color: '#C064FB'

red 192 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #C064FB

Tints of Heliotrope #C064FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 35.36%
G = 18.42%
B = 46.22%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C064FB (or 0xC064FB) is known color: Heliotrope. HEX triplet: C0, 64 and FB. RGB value is (192,100,251). Sum of RGB (Red+Green+Blue) = 192+100+251=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #C064FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064FB is #3F9B04. Grayscale: #909090. Windows color (decimal): -4168453 or 16475328. OLE color: 16475328.

HSL color Cylindrical-coordinate representation of color #C064FB: hue angle of 276.56º degrees, saturation: 0.95, 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 #C064FB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 100 251 -
CMYK 0.24 0.60 0 0.02
HSL 276.56º 0.95% 0.69% -
HSV(B) 276.56º 0.6% 0.98% -
XYZ 43.71 27.29 94.23 -
YUV 144.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 192 100 251 0.24 0.60 0 0.02 276.56 0.95 0.69
Hex C0 64 FB 18 3C 0 2 115 5F 45
Octal 300 144 373 30 74 0 2 425 137 105
Binary 11000000 1100100 11111011 11000 111100 0 10 100010101 1011111 1000101

Color Harmonies of #C064FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064FB

Black with #C064FB

Text Example


Text Example

White with #C064FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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