Html Css Color HEX #C25AFC Heliotrope

📋 copy color: '#C25AFC'

red 194 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #C25AFC

Tints of Heliotrope #C25AFC

RGB

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

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

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

R = 36.19%
G = 16.79%
B = 47.01%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C25AFC (or 0xC25AFC) is known color: Heliotrope. HEX triplet: C2, 5A and FC. RGB value is (194,90,252). Sum of RGB (Red+Green+Blue) = 194+90+252=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #C25AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AFC is #3DA503. Grayscale: #8B8B8B. Windows color (decimal): -4039940 or 16538306. OLE color: 16538306.

HSL color Cylindrical-coordinate representation of color #C25AFC: hue angle of 278.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25AFC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 90 252 -
CMYK 0.23 0.64 0 0.01
HSL 278.52º 0.96% 0.67% -
HSV(B) 278.52º 0.64% 0.99% -
XYZ 43.47 25.81 94.79 -
YUV 139.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 194 90 252 0.23 0.64 0 0.01 278.52 0.96 0.67
Hex C2 5A FC 17 40 0 1 117 60 43
Octal 302 132 374 27 100 0 1 427 140 103
Binary 11000010 1011010 11111100 10111 1000000 0 1 100010111 1100000 1000011

Color Harmonies of #C25AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AFC

Black with #C25AFC

Text Example


Text Example

White with #C25AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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