Html Css Color HEX #C264FC Heliotrope

📋 copy color: '#C264FC'

red 194 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #C264FC

Tints of Heliotrope #C264FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 35.53%
G = 18.32%
B = 46.15%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C264FC (or 0xC264FC) is known color: Heliotrope. HEX triplet: C2, 64 and FC. RGB value is (194,100,252). Sum of RGB (Red+Green+Blue) = 194+100+252=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C264FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264FC is #3D9B03. Grayscale: #909090. Windows color (decimal): -4037380 or 16540866. OLE color: 16540866.

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

Color convert

RGB 194 100 252 -
CMYK 0.23 0.60 0 0.01
HSL 277.11º 0.96% 0.69% -
HSV(B) 277.11º 0.6% 0.99% -
XYZ 44.38 27.61 95.09 -
YUV 145.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 194 100 252 0.23 0.60 0 0.01 277.11 0.96 0.69
Hex C2 64 FC 17 3C 0 1 115 60 45
Octal 302 144 374 27 74 0 1 425 140 105
Binary 11000010 1100100 11111100 10111 111100 0 1 100010101 1100000 1000101

Color Harmonies of #C264FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264FC

Black with #C264FC

Text Example


Text Example

White with #C264FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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