Html Css Color HEX #C950FF Heliotrope

📋 copy color: '#C950FF'

red 201 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #C950FF

Tints of Heliotrope #C950FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.57%

R = 37.5%
G = 14.93%
B = 47.57%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C950FF (or 0xC950FF) is known color: Heliotrope. HEX triplet: C9, 50 and FF. RGB value is (201,80,255). Sum of RGB (Red+Green+Blue) = 201+80+255=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #C950FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950FF is #36AF00. Grayscale: #878787. Windows color (decimal): -3583745 or 16732361. OLE color: 16732361.

HSL color Cylindrical-coordinate representation of color #C950FF: hue angle of 281.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C950FF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 80 255 -
CMYK 0.21 0.69 0 0
HSL 281.49º 1% 0.66% -
HSV(B) 281.49º 0.69% 1% -
XYZ 45.01 25.37 97.13 -
YUV 136.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 201 80 255 0.21 0.69 0 0 281.49 1 0.66
Hex C9 50 FF 15 45 0 0 119 64 42
Octal 311 120 377 25 105 0 0 431 144 102
Binary 11001001 1010000 11111111 10101 1000101 0 0 100011001 1100100 1000010

Color Harmonies of #C950FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950FF

Black with #C950FF

Text Example


Text Example

White with #C950FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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