Html Css Color HEX #C95EF6 Heliotrope

📋 copy color: '#C95EF6'

red 201 ◦ green 94 ◦ blue 246

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

Shades of Heliotrope #C95EF6

Tints of Heliotrope #C95EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 37.15%
G = 17.38%
B = 45.47%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C95EF6 (or 0xC95EF6) is known color: Heliotrope. HEX triplet: C9, 5E and F6. RGB value is (201,94,246). Sum of RGB (Red+Green+Blue) = 201+94+246=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #C95EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95EF6 is #36A109. Grayscale: #8E8E8E. Windows color (decimal): -3580170 or 16146121. OLE color: 16146121.

HSL color Cylindrical-coordinate representation of color #C95EF6: hue angle of 282.24º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95EF6 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 94 246 -
CMYK 0.18 0.62 0 0.04
HSL 282.24º 0.89% 0.67% -
HSV(B) 282.24º 0.62% 0.96% -
XYZ 44.72 27.08 90.06 -
YUV 143.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 201 94 246 0.18 0.62 0 0.04 282.24 0.89 0.67
Hex C9 5E F6 12 3E 0 4 11A 59 43
Octal 311 136 366 22 76 0 4 432 131 103
Binary 11001001 1011110 11110110 10010 111110 0 100 100011010 1011001 1000011

Color Harmonies of #C95EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EF6

Black with #C95EF6

Text Example


Text Example

White with #C95EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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