Html Css Color HEX #C949FE Heliotrope

📋 copy color: '#C949FE'

red 201 ◦ green 73 ◦ blue 254

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

Shades of Heliotrope #C949FE

Tints of Heliotrope #C949FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.83%

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 38.07%
G = 13.83%
B = 48.11%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C949FE (or 0xC949FE) is known color: Heliotrope. HEX triplet: C9, 49 and FE. RGB value is (201,73,254). Sum of RGB (Red+Green+Blue) = 201+73+254=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C949FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FE is #36B601. Grayscale: #838383. Windows color (decimal): -3585538 or 16665033. OLE color: 16665033.

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

Color convert

RGB 201 73 254 -
CMYK 0.21 0.71 0 0.00
HSL 282.43º 0.99% 0.64% -
HSV(B) 282.43º 0.71% 1% -
XYZ 44.36 24.34 96.13 -
YUV 131.91 196.91 177.28 -
System Red Green Blue C M Y K H S L
Decimal 201 73 254 0.21 0.71 0 0.00 282.43 0.99 0.64
Hex C9 49 FE 15 47 0 0 11A 63 40
Octal 311 111 376 25 107 0 0 432 143 100
Binary 11001001 1001001 11111110 10101 1000111 0 0 100011010 1100011 1000000

Color Harmonies of #C949FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949FE

Black with #C949FE

Text Example


Text Example

White with #C949FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949FE; }

 p { color: rgb(201,73,254); }

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

background-color css

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

 a { background-color: rgb(201,73,254); }

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

border-color css

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

 span { border-color: rgb(201,73,254); }

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