Html Css Color HEX #C94AEA Medium Orchid

📋 copy color: '#C94AEA'

red 201 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #C94AEA

Tints of Medium Orchid #C94AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 39.49%
G = 14.54%
B = 45.97%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C94AEA (or 0xC94AEA) is known color: Medium Orchid. HEX triplet: C9, 4A and EA. RGB value is (201,74,234). Sum of RGB (Red+Green+Blue) = 201+74+234=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #C94AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AEA is #36B515. Grayscale: #818181. Windows color (decimal): -3585302 or 15354569. OLE color: 15354569.

HSL color Cylindrical-coordinate representation of color #C94AEA: hue angle of 287.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94AEA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 74 234 -
CMYK 0.14 0.68 0 0.08
HSL 287.63º 0.79% 0.6% -
HSV(B) 287.63º 0.68% 0.92% -
XYZ 41.39 23.26 80.15 -
YUV 130.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 201 74 234 0.14 0.68 0 0.08 287.63 0.79 0.6
Hex C9 4A EA E 44 0 8 120 4F 3C
Octal 311 112 352 16 104 0 10 440 117 74
Binary 11001001 1001010 11101010 1110 1000100 0 1000 100100000 1001111 111100

Color Harmonies of #C94AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AEA

Black with #C94AEA

Text Example


Text Example

White with #C94AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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