Html Css Color HEX #C94AF9 Medium Orchid

📋 copy color: '#C94AF9'

red 201 ◦ green 74 ◦ blue 249

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

Shades of Medium Orchid #C94AF9

Tints of Medium Orchid #C94AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.12%

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 38.36%
G = 14.12%
B = 47.52%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C94AF9 (or 0xC94AF9) is known color: Medium Orchid. HEX triplet: C9, 4A and F9. RGB value is (201,74,249). Sum of RGB (Red+Green+Blue) = 201+74+249=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #C94AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AF9 is #36B506. Grayscale: #838383. Windows color (decimal): -3585287 or 16337609. OLE color: 16337609.

HSL color Cylindrical-coordinate representation of color #C94AF9: hue angle of 283.54º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94AF9 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 74 249 -
CMYK 0.19 0.70 0 0.02
HSL 283.54º 0.94% 0.63% -
HSV(B) 283.54º 0.7% 0.98% -
XYZ 43.64 24.15 91.99 -
YUV 131.92 194.08 177.27 -
System Red Green Blue C M Y K H S L
Decimal 201 74 249 0.19 0.70 0 0.02 283.54 0.94 0.63
Hex C9 4A F9 13 46 0 2 11C 5E 3F
Octal 311 112 371 23 106 0 2 434 136 77
Binary 11001001 1001010 11111001 10011 1000110 0 10 100011100 1011110 111111

Color Harmonies of #C94AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AF9

Black with #C94AF9

Text Example


Text Example

White with #C94AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AF9; }

 p { color: rgb(201,74,249); }

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

background-color css

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

 a { background-color: rgb(201,74,249); }

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

border-color css

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

 span { border-color: rgb(201,74,249); }

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