Html Css Color HEX #C95EFC Heliotrope

📋 copy color: '#C95EFC'

red 201 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #C95EFC

Tints of Heliotrope #C95EFC

RGB

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

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

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

R = 36.75%
G = 17.18%
B = 46.07%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C95EFC (or 0xC95EFC) is known color: Heliotrope. HEX triplet: C9, 5E and FC. RGB value is (201,94,252). Sum of RGB (Red+Green+Blue) = 201+94+252=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #C95EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EFC is #36A103. Grayscale: #8F8F8F. Windows color (decimal): -3580164 or 16539337. OLE color: 16539337.

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

Color convert

RGB 201 94 252 -
CMYK 0.20 0.63 0 0.01
HSL 280.63º 0.96% 0.68% -
HSV(B) 280.63º 0.63% 0.99% -
XYZ 45.66 27.45 94.99 -
YUV 144.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 201 94 252 0.20 0.63 0 0.01 280.63 0.96 0.68
Hex C9 5E FC 14 3F 0 1 119 60 44
Octal 311 136 374 24 77 0 1 431 140 104
Binary 11001001 1011110 11111100 10100 111111 0 1 100011001 1100000 1000100

Color Harmonies of #C95EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EFC

Black with #C95EFC

Text Example


Text Example

White with #C95EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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