Html Css Color HEX #C92EDF Medium Orchid

📋 copy color: '#C92EDF'

red 201 ◦ green 46 ◦ blue 223

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

Shades of Medium Orchid #C92EDF

Tints of Medium Orchid #C92EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 42.77%
G = 9.79%
B = 47.45%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C92EDF (or 0xC92EDF) is known color: Medium Orchid. HEX triplet: C9, 2E and DF. RGB value is (201,46,223). Sum of RGB (Red+Green+Blue) = 201+46+223=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #C92EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EDF is #36D120. Grayscale: #6F6F6F. Windows color (decimal): -3592481 or 14626505. OLE color: 14626505.

HSL color Cylindrical-coordinate representation of color #C92EDF: hue angle of 292.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92EDF is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 46 223 -
CMYK 0.10 0.79 0 0.13
HSL 292.54º 0.73% 0.53% -
HSV(B) 292.54º 0.79% 0.87% -
XYZ 38.38 19.7 71.59 -
YUV 112.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 201 46 223 0.10 0.79 0 0.13 292.54 0.73 0.53
Hex C9 2E DF A 4F 0 D 125 49 35
Octal 311 56 337 12 117 0 15 445 111 65
Binary 11001001 101110 11011111 1010 1001111 0 1101 100100101 1001001 110101

Color Harmonies of #C92EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EDF

Black with #C92EDF

Text Example


Text Example

White with #C92EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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