Html Css Color HEX #C92EDD Medium Orchid

📋 copy color: '#C92EDD'

red 201 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #C92EDD

Tints of Medium Orchid #C92EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 42.95%
G = 9.83%
B = 47.22%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C92EDD (or 0xC92EDD) is known color: Medium Orchid. HEX triplet: C9, 2E and DD. RGB value is (201,46,221). Sum of RGB (Red+Green+Blue) = 201+46+221=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C92EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EDD is #36D122. Grayscale: #6F6F6F. Windows color (decimal): -3592483 or 14495433. OLE color: 14495433.

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

Color convert

RGB 201 46 221 -
CMYK 0.09 0.79 0 0.13
HSL 293.14º 0.72% 0.52% -
HSV(B) 293.14º 0.79% 0.87% -
XYZ 38.12 19.59 70.18 -
YUV 112.3 189.35 191.27 -
System Red Green Blue C M Y K H S L
Decimal 201 46 221 0.09 0.79 0 0.13 293.14 0.72 0.52
Hex C9 2E DD 9 4F 0 D 125 48 34
Octal 311 56 335 11 117 0 15 445 110 64
Binary 11001001 101110 11011101 1001 1001111 0 1101 100100101 1001000 110100

Color Harmonies of #C92EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EDD

Black with #C92EDD

Text Example


Text Example

White with #C92EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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