Html Css Color HEX #C95EFE Heliotrope

📋 copy color: '#C95EFE'

red 201 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #C95EFE

Tints of Heliotrope #C95EFE

RGB

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

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

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

R = 36.61%
G = 17.12%
B = 46.27%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C95EFE (or 0xC95EFE) is known color: Heliotrope. HEX triplet: C9, 5E and FE. RGB value is (201,94,254). Sum of RGB (Red+Green+Blue) = 201+94+254=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #C95EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EFE is #36A101. Grayscale: #8F8F8F. Windows color (decimal): -3580162 or 16670409. OLE color: 16670409.

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

Color convert

RGB 201 94 254 -
CMYK 0.21 0.63 0 0.00
HSL 280.13º 0.99% 0.68% -
HSV(B) 280.13º 0.63% 1% -
XYZ 45.98 27.58 96.67 -
YUV 144.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 201 94 254 0.21 0.63 0 0.00 280.13 0.99 0.68
Hex C9 5E FE 15 3F 0 0 118 63 44
Octal 311 136 376 25 77 0 0 430 143 104
Binary 11001001 1011110 11111110 10101 111111 0 0 100011000 1100011 1000100

Color Harmonies of #C95EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EFE

Black with #C95EFE

Text Example


Text Example

White with #C95EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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