Html Css Color HEX #C95BFD Heliotrope

📋 copy color: '#C95BFD'

red 201 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #C95BFD

Tints of Heliotrope #C95BFD

RGB

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

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

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

R = 36.88%
G = 16.7%
B = 46.42%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C95BFD (or 0xC95BFD) is known color: Heliotrope. HEX triplet: C9, 5B and FD. RGB value is (201,91,253). Sum of RGB (Red+Green+Blue) = 201+91+253=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C95BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BFD is #36A402. Grayscale: #8D8D8D. Windows color (decimal): -3580931 or 16604105. OLE color: 16604105.

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

Color convert

RGB 201 91 253 -
CMYK 0.21 0.64 0 0.01
HSL 280.74º 0.98% 0.67% -
HSV(B) 280.74º 0.64% 0.99% -
XYZ 45.56 26.99 95.74 -
YUV 142.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 201 91 253 0.21 0.64 0 0.01 280.74 0.98 0.67
Hex C9 5B FD 15 40 0 1 119 62 43
Octal 311 133 375 25 100 0 1 431 142 103
Binary 11001001 1011011 11111101 10101 1000000 0 1 100011001 1100010 1000011

Color Harmonies of #C95BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BFD

Black with #C95BFD

Text Example


Text Example

White with #C95BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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