Html Css Color HEX #C95BFF Heliotrope

📋 copy color: '#C95BFF'

red 201 ◦ green 91 ◦ blue 255

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

Shades of Heliotrope #C95BFF

Tints of Heliotrope #C95BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.64%

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

R = 36.75%
G = 16.64%
B = 46.62%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C95BFF (or 0xC95BFF) is known color: Heliotrope. HEX triplet: C9, 5B and FF. RGB value is (201,91,255). Sum of RGB (Red+Green+Blue) = 201+91+255=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C95BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BFF is #36A400. Grayscale: #8E8E8E. Windows color (decimal): -3580929 or 16735177. OLE color: 16735177.

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

Color convert

RGB 201 91 255 -
CMYK 0.21 0.64 0 0
HSL 280.24º 1% 0.68% -
HSV(B) 280.24º 0.64% 1% -
XYZ 45.88 27.12 97.42 -
YUV 142.59 191.44 169.66 -
System Red Green Blue C M Y K H S L
Decimal 201 91 255 0.21 0.64 0 0 280.24 1 0.68
Hex C9 5B FF 15 40 0 0 118 64 44
Octal 311 133 377 25 100 0 0 430 144 104
Binary 11001001 1011011 11111111 10101 1000000 0 0 100011000 1100100 1000100

Color Harmonies of #C95BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BFF

Black with #C95BFF

Text Example


Text Example

White with #C95BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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