Html Css Color HEX #C95AFE Heliotrope

📋 copy color: '#C95AFE'

red 201 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #C95AFE

Tints of Heliotrope #C95AFE

RGB

 RED value IS 201 (78.91% from 255) = 36.88%

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 36.88%
G = 16.51%
B = 46.61%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C95AFE (or 0xC95AFE) is known color: Heliotrope. HEX triplet: C9, 5A and FE. RGB value is (201,90,254). Sum of RGB (Red+Green+Blue) = 201+90+254=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #C95AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AFE is #36A501. Grayscale: #8D8D8D. Windows color (decimal): -3581186 or 16669385. OLE color: 16669385.

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

Color convert

RGB 201 90 254 -
CMYK 0.21 0.65 0 0.00
HSL 280.61º 0.99% 0.67% -
HSV(B) 280.61º 0.65% 1% -
XYZ 45.63 26.89 96.55 -
YUV 141.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 201 90 254 0.21 0.65 0 0.00 280.61 0.99 0.67
Hex C9 5A FE 15 41 0 0 119 63 43
Octal 311 132 376 25 101 0 0 431 143 103
Binary 11001001 1011010 11111110 10101 1000001 0 0 100011001 1100011 1000011

Color Harmonies of #C95AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AFE

Black with #C95AFE

Text Example


Text Example

White with #C95AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AFE; }

 p { color: rgb(201,90,254); }

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

background-color css

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

 a { background-color: rgb(201,90,254); }

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

border-color css

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

 span { border-color: rgb(201,90,254); }

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