Html Css Color HEX #C950FB Heliotrope

📋 copy color: '#C950FB'

red 201 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #C950FB

Tints of Heliotrope #C950FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.04%

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

R = 37.78%
G = 15.04%
B = 47.18%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C950FB (or 0xC950FB) is known color: Heliotrope. HEX triplet: C9, 50 and FB. RGB value is (201,80,251). Sum of RGB (Red+Green+Blue) = 201+80+251=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C950FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950FB is #36AF04. Grayscale: #878787. Windows color (decimal): -3583749 or 16470217. OLE color: 16470217.

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

Color convert

RGB 201 80 251 -
CMYK 0.20 0.68 0 0.02
HSL 282.46º 0.96% 0.65% -
HSV(B) 282.46º 0.68% 0.98% -
XYZ 44.37 25.12 93.78 -
YUV 135.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 201 80 251 0.20 0.68 0 0.02 282.46 0.96 0.65
Hex C9 50 FB 14 44 0 2 11A 60 41
Octal 311 120 373 24 104 0 2 432 140 101
Binary 11001001 1010000 11111011 10100 1000100 0 10 100011010 1100000 1000001

Color Harmonies of #C950FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950FB

Black with #C950FB

Text Example


Text Example

White with #C950FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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