Html Css Color HEX #C264FB Heliotrope

📋 copy color: '#C264FB'

red 194 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #C264FB

Tints of Heliotrope #C264FB

RGB

 RED value IS 194 (76.17% from 255) = 35.6%

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

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

R = 35.6%
G = 18.35%
B = 46.06%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C264FB (or 0xC264FB) is known color: Heliotrope. HEX triplet: C2, 64 and FB. RGB value is (194,100,251). Sum of RGB (Red+Green+Blue) = 194+100+251=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #C264FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264FB is #3D9B04. Grayscale: #909090. Windows color (decimal): -4037381 or 16475330. OLE color: 16475330.

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

Color convert

RGB 194 100 251 -
CMYK 0.23 0.60 0 0.02
HSL 277.35º 0.95% 0.69% -
HSV(B) 277.35º 0.6% 0.98% -
XYZ 44.22 27.55 94.25 -
YUV 145.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 194 100 251 0.23 0.60 0 0.02 277.35 0.95 0.69
Hex C2 64 FB 17 3C 0 2 115 5F 45
Octal 302 144 373 27 74 0 2 425 137 105
Binary 11000010 1100100 11111011 10111 111100 0 10 100010101 1011111 1000101

Color Harmonies of #C264FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264FB

Black with #C264FB

Text Example


Text Example

White with #C264FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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