Html Css Color HEX #C94AEF Medium Orchid

📋 copy color: '#C94AEF'

red 201 ◦ green 74 ◦ blue 239

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

Shades of Medium Orchid #C94AEF

Tints of Medium Orchid #C94AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 39.11%
G = 14.4%
B = 46.5%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C94AEF (or 0xC94AEF) is known color: Medium Orchid. HEX triplet: C9, 4A and EF. RGB value is (201,74,239). Sum of RGB (Red+Green+Blue) = 201+74+239=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #C94AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AEF is #36B510. Grayscale: #828282. Windows color (decimal): -3585297 or 15682249. OLE color: 15682249.

HSL color Cylindrical-coordinate representation of color #C94AEF: hue angle of 286.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94AEF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 74 239 -
CMYK 0.16 0.69 0 0.06
HSL 286.18º 0.84% 0.61% -
HSV(B) 286.18º 0.69% 0.94% -
XYZ 42.12 23.55 83.99 -
YUV 130.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 201 74 239 0.16 0.69 0 0.06 286.18 0.84 0.61
Hex C9 4A EF 10 45 0 6 11E 54 3D
Octal 311 112 357 20 105 0 6 436 124 75
Binary 11001001 1001010 11101111 10000 1000101 0 110 100011110 1010100 111101

Color Harmonies of #C94AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AEF

Black with #C94AEF

Text Example


Text Example

White with #C94AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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