Html Css Color HEX #C94AEE Medium Orchid

📋 copy color: '#C94AEE'

red 201 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #C94AEE

Tints of Medium Orchid #C94AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 39.18%
G = 14.42%
B = 46.39%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C94AEE (or 0xC94AEE) is known color: Medium Orchid. HEX triplet: C9, 4A and EE. RGB value is (201,74,238). Sum of RGB (Red+Green+Blue) = 201+74+238=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #C94AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AEE is #36B511. Grayscale: #828282. Windows color (decimal): -3585298 or 15616713. OLE color: 15616713.

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

Color convert

RGB 201 74 238 -
CMYK 0.16 0.69 0 0.07
HSL 286.46º 0.83% 0.61% -
HSV(B) 286.46º 0.69% 0.93% -
XYZ 41.97 23.49 83.21 -
YUV 130.67 188.58 178.16 -
System Red Green Blue C M Y K H S L
Decimal 201 74 238 0.16 0.69 0 0.07 286.46 0.83 0.61
Hex C9 4A EE 10 45 0 7 11E 53 3D
Octal 311 112 356 20 105 0 7 436 123 75
Binary 11001001 1001010 11101110 10000 1000101 0 111 100011110 1010011 111101

Color Harmonies of #C94AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AEE

Black with #C94AEE

Text Example


Text Example

White with #C94AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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