Html Css Color HEX #C92CDC Medium Orchid

📋 copy color: '#C92CDC'

red 201 ◦ green 44 ◦ blue 220

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

Shades of Medium Orchid #C92CDC

Tints of Medium Orchid #C92CDC

RGB

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

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

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

R = 43.23%
G = 9.46%
B = 47.31%

CMYK

 C value IS 0.09

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C92CDC (or 0xC92CDC) is known color: Medium Orchid. HEX triplet: C9, 2C and DC. RGB value is (201,44,220). Sum of RGB (Red+Green+Blue) = 201+44+220=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #C92CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CDC is #36D323. Grayscale: #6E6E6E. Windows color (decimal): -3592996 or 14429385. OLE color: 14429385.

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

Color convert

RGB 201 44 220 -
CMYK 0.09 0.8 0 0.14
HSL 293.52º 0.72% 0.52% -
HSV(B) 293.52º 0.8% 0.86% -
XYZ 37.91 19.39 69.45 -
YUV 111.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 201 44 220 0.09 0.8 0 0.14 293.52 0.72 0.52
Hex C9 2C DC 9 50 0 E 126 48 34
Octal 311 54 334 11 120 0 16 446 110 64
Binary 11001001 101100 11011100 1001 1010000 0 1110 100100110 1001000 110100

Color Harmonies of #C92CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CDC

Black with #C92CDC

Text Example


Text Example

White with #C92CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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