Html Css Color HEX #C25EF6 Heliotrope

📋 copy color: '#C25EF6'

red 194 ◦ green 94 ◦ blue 246

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

Shades of Heliotrope #C25EF6

Tints of Heliotrope #C25EF6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.6%

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 36.33%
G = 17.6%
B = 46.07%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C25EF6 (or 0xC25EF6) is known color: Heliotrope. HEX triplet: C2, 5E and F6. RGB value is (194,94,246). Sum of RGB (Red+Green+Blue) = 194+94+246=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #C25EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EF6 is #3DA109. Grayscale: #8C8C8C. Windows color (decimal): -4038922 or 16146114. OLE color: 16146114.

HSL color Cylindrical-coordinate representation of color #C25EF6: hue angle of 279.47º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25EF6 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 94 246 -
CMYK 0.21 0.62 0 0.04
HSL 279.47º 0.89% 0.67% -
HSV(B) 279.47º 0.62% 0.96% -
XYZ 42.89 26.13 89.97 -
YUV 141.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 194 94 246 0.21 0.62 0 0.04 279.47 0.89 0.67
Hex C2 5E F6 15 3E 0 4 117 59 43
Octal 302 136 366 25 76 0 4 427 131 103
Binary 11000010 1011110 11110110 10101 111110 0 100 100010111 1011001 1000011

Color Harmonies of #C25EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EF6

Black with #C25EF6

Text Example


Text Example

White with #C25EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EF6; }

 p { color: rgb(194,94,246); }

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

background-color css

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

 a { background-color: rgb(194,94,246); }

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

border-color css

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

 span { border-color: rgb(194,94,246); }

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