Html Css Color HEX #C25AFF Heliotrope

📋 copy color: '#C25AFF'

red 194 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #C25AFF

Tints of Heliotrope #C25AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.7%

 BLUE value IS 255 (100% from 255) = 47.31%

R = 35.99%
G = 16.7%
B = 47.31%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C25AFF (or 0xC25AFF) is known color: Heliotrope. HEX triplet: C2, 5A and FF. RGB value is (194,90,255). Sum of RGB (Red+Green+Blue) = 194+90+255=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #C25AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AFF is #3DA500. Grayscale: #8B8B8B. Windows color (decimal): -4039937 or 16734914. OLE color: 16734914.

HSL color Cylindrical-coordinate representation of color #C25AFF: hue angle of 277.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C25AFF is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 90 255 -
CMYK 0.24 0.65 0 0
HSL 277.82º 1% 0.68% -
HSV(B) 277.82º 0.65% 1% -
XYZ 43.95 26 97.31 -
YUV 139.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 194 90 255 0.24 0.65 0 0 277.82 1 0.68
Hex C2 5A FF 18 41 0 0 116 64 44
Octal 302 132 377 30 101 0 0 426 144 104
Binary 11000010 1011010 11111111 11000 1000001 0 0 100010110 1100100 1000100

Color Harmonies of #C25AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AFF

Black with #C25AFF

Text Example


Text Example

White with #C25AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AFF; }

 p { color: rgb(194,90,255); }

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

background-color css

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

 a { background-color: rgb(194,90,255); }

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

border-color css

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

 span { border-color: rgb(194,90,255); }

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