Html Css Color HEX #C95DFC Heliotrope

📋 copy color: '#C95DFC'

red 201 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #C95DFC

Tints of Heliotrope #C95DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.03%

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

R = 36.81%
G = 17.03%
B = 46.15%

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

#C95DFC (or 0xC95DFC) is known color: Heliotrope. HEX triplet: C9, 5D and FC. RGB value is (201,93,252). Sum of RGB (Red+Green+Blue) = 201+93+252=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C95DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DFC is #36A203. Grayscale: #8E8E8E. Windows color (decimal): -3580420 or 16539081. OLE color: 16539081.

HSL color Cylindrical-coordinate representation of color #C95DFC: hue angle of 280.75º 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 #C95DFC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 93 252 -
CMYK 0.20 0.63 0 0.01
HSL 280.75º 0.96% 0.68% -
HSV(B) 280.75º 0.63% 0.99% -
XYZ 45.57 27.27 94.96 -
YUV 143.42 189.28 169.07 -
System Red Green Blue C M Y K H S L
Decimal 201 93 252 0.20 0.63 0 0.01 280.75 0.96 0.68
Hex C9 5D FC 14 3F 0 1 119 60 44
Octal 311 135 374 24 77 0 1 431 140 104
Binary 11001001 1011101 11111100 10100 111111 0 1 100011001 1100000 1000100

Color Harmonies of #C95DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DFC

Black with #C95DFC

Text Example


Text Example

White with #C95DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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