Html Css Color HEX #C95CFF Heliotrope

📋 copy color: '#C95CFF'

red 201 ◦ green 92 ◦ blue 255

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

Shades of Heliotrope #C95CFF

Tints of Heliotrope #C95CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.79%

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

R = 36.68%
G = 16.79%
B = 46.53%

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

#C95CFF (or 0xC95CFF) is known color: Heliotrope. HEX triplet: C9, 5C and FF. RGB value is (201,92,255). Sum of RGB (Red+Green+Blue) = 201+92+255=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C95CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CFF is #36A300. Grayscale: #8E8E8E. Windows color (decimal): -3580673 or 16735433. OLE color: 16735433.

HSL color Cylindrical-coordinate representation of color #C95CFF: hue angle of 280.12º 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 #C95CFF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 92 255 -
CMYK 0.21 0.64 0 0
HSL 280.12º 1% 0.68% -
HSV(B) 280.12º 0.64% 1% -
XYZ 45.96 27.29 97.45 -
YUV 143.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 201 92 255 0.21 0.64 0 0 280.12 1 0.68
Hex C9 5C FF 15 40 0 0 118 64 44
Octal 311 134 377 25 100 0 0 430 144 104
Binary 11001001 1011100 11111111 10101 1000000 0 0 100011000 1100100 1000100

Color Harmonies of #C95CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CFF

Black with #C95CFF

Text Example


Text Example

White with #C95CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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