Html Css Color HEX #C95DFD Heliotrope

📋 copy color: '#C95DFD'

red 201 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #C95DFD

Tints of Heliotrope #C95DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 36.75%
G = 17%
B = 46.25%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C95DFD (or 0xC95DFD) is known color: Heliotrope. HEX triplet: C9, 5D and FD. RGB value is (201,93,253). Sum of RGB (Red+Green+Blue) = 201+93+253=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C95DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DFD is #36A202. Grayscale: #8F8F8F. Windows color (decimal): -3580419 or 16604617. OLE color: 16604617.

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

Color convert

RGB 201 93 253 -
CMYK 0.21 0.63 0 0.01
HSL 280.5º 0.98% 0.68% -
HSV(B) 280.5º 0.63% 0.99% -
XYZ 45.73 27.34 95.79 -
YUV 143.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 201 93 253 0.21 0.63 0 0.01 280.5 0.98 0.68
Hex C9 5D FD 15 3F 0 1 118 62 44
Octal 311 135 375 25 77 0 1 430 142 104
Binary 11001001 1011101 11111101 10101 111111 0 1 100011000 1100010 1000100

Color Harmonies of #C95DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DFD

Black with #C95DFD

Text Example


Text Example

White with #C95DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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