Html Css Color HEX #C95EFF Heliotrope

📋 copy color: '#C95EFF'

red 201 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #C95EFF

Tints of Heliotrope #C95EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 36.55%
G = 17.09%
B = 46.36%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C95EFF (or 0xC95EFF) is known color: Heliotrope. HEX triplet: C9, 5E and FF. RGB value is (201,94,255). Sum of RGB (Red+Green+Blue) = 201+94+255=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #C95EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EFF is #36A100. Grayscale: #8F8F8F. Windows color (decimal): -3580161 or 16735945. OLE color: 16735945.

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

Color convert

RGB 201 94 255 -
CMYK 0.21 0.63 0 0
HSL 279.88º 1% 0.68% -
HSV(B) 279.88º 0.63% 1% -
XYZ 46.14 27.64 97.51 -
YUV 144.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 201 94 255 0.21 0.63 0 0 279.88 1 0.68
Hex C9 5E FF 15 3F 0 0 118 64 44
Octal 311 136 377 25 77 0 0 430 144 104
Binary 11001001 1011110 11111111 10101 111111 0 0 100011000 1100100 1000100

Color Harmonies of #C95EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EFF

Black with #C95EFF

Text Example


Text Example

White with #C95EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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