Html Css Color HEX #C949FF Heliotrope

📋 copy color: '#C949FF'

red 201 ◦ green 73 ◦ blue 255

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

Shades of Heliotrope #C949FF

Tints of Heliotrope #C949FF

RGB

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

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

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

R = 38%
G = 13.8%
B = 48.2%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C949FF (or 0xC949FF) is known color: Heliotrope. HEX triplet: C9, 49 and FF. RGB value is (201,73,255). Sum of RGB (Red+Green+Blue) = 201+73+255=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #C949FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FF is #36B600. Grayscale: #838383. Windows color (decimal): -3585537 or 16730569. OLE color: 16730569.

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

Color convert

RGB 201 73 255 -
CMYK 0.21 0.71 0 0
HSL 282.2º 1% 0.64% -
HSV(B) 282.2º 0.71% 1% -
XYZ 44.52 24.4 96.97 -
YUV 132.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 201 73 255 0.21 0.71 0 0 282.2 1 0.64
Hex C9 49 FF 15 47 0 0 11A 64 40
Octal 311 111 377 25 107 0 0 432 144 100
Binary 11001001 1001001 11111111 10101 1000111 0 0 100011010 1100100 1000000

Color Harmonies of #C949FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949FF

Black with #C949FF

Text Example


Text Example

White with #C949FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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