Html Css Color HEX #C92EDC Medium Orchid

📋 copy color: '#C92EDC'

red 201 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #C92EDC

Tints of Medium Orchid #C92EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.85%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 43.04%
G = 9.85%
B = 47.11%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C92EDC (or 0xC92EDC) is known color: Medium Orchid. HEX triplet: C9, 2E and DC. RGB value is (201,46,220). Sum of RGB (Red+Green+Blue) = 201+46+220=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C92EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EDC is #36D123. Grayscale: #6F6F6F. Windows color (decimal): -3592484 or 14429897. OLE color: 14429897.

HSL color Cylindrical-coordinate representation of color #C92EDC: hue angle of 293.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92EDC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 46 220 -
CMYK 0.09 0.79 0 0.14
HSL 293.45º 0.71% 0.52% -
HSV(B) 293.45º 0.79% 0.86% -
XYZ 37.98 19.54 69.48 -
YUV 112.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 201 46 220 0.09 0.79 0 0.14 293.45 0.71 0.52
Hex C9 2E DC 9 4F 0 E 125 47 34
Octal 311 56 334 11 117 0 16 445 107 64
Binary 11001001 101110 11011100 1001 1001111 0 1110 100100101 1000111 110100

Color Harmonies of #C92EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EDC

Black with #C92EDC

Text Example


Text Example

White with #C92EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EDC; }

 p { color: rgb(201,46,220); }

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

background-color css

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

 a { background-color: rgb(201,46,220); }

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

border-color css

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

 span { border-color: rgb(201,46,220); }

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