Html Css Color HEX #C94AED Medium Orchid

📋 copy color: '#C94AED'

red 201 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #C94AED

Tints of Medium Orchid #C94AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 39.26%
G = 14.45%
B = 46.29%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C94AED (or 0xC94AED) is known color: Medium Orchid. HEX triplet: C9, 4A and ED. RGB value is (201,74,237). Sum of RGB (Red+Green+Blue) = 201+74+237=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C94AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AED is #36B512. Grayscale: #828282. Windows color (decimal): -3585299 or 15551177. OLE color: 15551177.

HSL color Cylindrical-coordinate representation of color #C94AED: hue angle of 286.75º degrees, saturation: 0.82, 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 #C94AED is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 74 237 -
CMYK 0.15 0.69 0 0.07
HSL 286.75º 0.82% 0.61% -
HSV(B) 286.75º 0.69% 0.93% -
XYZ 41.82 23.43 82.44 -
YUV 130.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 201 74 237 0.15 0.69 0 0.07 286.75 0.82 0.61
Hex C9 4A ED F 45 0 7 11F 52 3D
Octal 311 112 355 17 105 0 7 437 122 75
Binary 11001001 1001010 11101101 1111 1000101 0 111 100011111 1010010 111101

Color Harmonies of #C94AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AED

Black with #C94AED

Text Example


Text Example

White with #C94AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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