Html Css Color HEX #C92CDE Medium Orchid

📋 copy color: '#C92CDE'

red 201 ◦ green 44 ◦ blue 222

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

Shades of Medium Orchid #C92CDE

Tints of Medium Orchid #C92CDE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.42%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 43.04%
G = 9.42%
B = 47.54%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C92CDE (or 0xC92CDE) is known color: Medium Orchid. HEX triplet: C9, 2C and DE. RGB value is (201,44,222). Sum of RGB (Red+Green+Blue) = 201+44+222=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #C92CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CDE is #36D321. Grayscale: #6E6E6E. Windows color (decimal): -3592994 or 14560457. OLE color: 14560457.

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

Color convert

RGB 201 44 222 -
CMYK 0.09 0.80 0 0.13
HSL 292.92º 0.73% 0.52% -
HSV(B) 292.92º 0.8% 0.87% -
XYZ 38.17 19.49 70.86 -
YUV 111.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 201 44 222 0.09 0.80 0 0.13 292.92 0.73 0.52
Hex C9 2C DE 9 50 0 D 125 49 34
Octal 311 54 336 11 120 0 15 445 111 64
Binary 11001001 101100 11011110 1001 1010000 0 1101 100100101 1001001 110100

Color Harmonies of #C92CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CDE

Black with #C92CDE

Text Example


Text Example

White with #C92CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CDE; }

 p { color: rgb(201,44,222); }

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

background-color css

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

 a { background-color: rgb(201,44,222); }

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

border-color css

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

 span { border-color: rgb(201,44,222); }

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