Html Css Color HEX #C95FFB Heliotrope

📋 copy color: '#C95FFB'

red 201 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #C95FFB

Tints of Heliotrope #C95FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.37%

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 36.75%
G = 17.37%
B = 45.89%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C95FFB (or 0xC95FFB) is known color: Heliotrope. HEX triplet: C9, 5F and FB. RGB value is (201,95,251). Sum of RGB (Red+Green+Blue) = 201+95+251=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #C95FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FFB is #36A004. Grayscale: #8F8F8F. Windows color (decimal): -3579909 or 16474057. OLE color: 16474057.

HSL color Cylindrical-coordinate representation of color #C95FFB: hue angle of 280.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95FFB is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 95 251 -
CMYK 0.20 0.62 0 0.02
HSL 280.77º 0.95% 0.68% -
HSV(B) 280.77º 0.62% 0.98% -
XYZ 45.59 27.57 94.18 -
YUV 144.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 201 95 251 0.20 0.62 0 0.02 280.77 0.95 0.68
Hex C9 5F FB 14 3E 0 2 119 5F 44
Octal 311 137 373 24 76 0 2 431 137 104
Binary 11001001 1011111 11111011 10100 111110 0 10 100011001 1011111 1000100

Color Harmonies of #C95FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FFB

Black with #C95FFB

Text Example


Text Example

White with #C95FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FFB; }

 p { color: rgb(201,95,251); }

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

background-color css

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

 a { background-color: rgb(201,95,251); }

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

border-color css

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

 span { border-color: rgb(201,95,251); }

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