Html Css Color HEX #C264FD Heliotrope

📋 copy color: '#C264FD'

red 194 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #C264FD

Tints of Heliotrope #C264FD

RGB

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

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

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

R = 35.47%
G = 18.28%
B = 46.25%

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

#C264FD (or 0xC264FD) is known color: Heliotrope. HEX triplet: C2, 64 and FD. RGB value is (194,100,253). Sum of RGB (Red+Green+Blue) = 194+100+253=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C264FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264FD is #3D9B02. Grayscale: #919191. Windows color (decimal): -4037379 or 16606402. OLE color: 16606402.

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

Color convert

RGB 194 100 253 -
CMYK 0.23 0.60 0 0.01
HSL 276.86º 0.97% 0.69% -
HSV(B) 276.86º 0.6% 0.99% -
XYZ 44.53 27.68 95.92 -
YUV 145.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 194 100 253 0.23 0.60 0 0.01 276.86 0.97 0.69
Hex C2 64 FD 17 3C 0 1 115 61 45
Octal 302 144 375 27 74 0 1 425 141 105
Binary 11000010 1100100 11111101 10111 111100 0 1 100010101 1100001 1000101

Color Harmonies of #C264FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264FD

Black with #C264FD

Text Example


Text Example

White with #C264FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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