Html Css Color HEX #C92DD5 Medium Orchid

📋 copy color: '#C92DD5'

red 201 ◦ green 45 ◦ blue 213

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

Shades of Medium Orchid #C92DD5

Tints of Medium Orchid #C92DD5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.8%

 BLUE value IS 213 (83.59% from 255) = 46.41%

R = 43.79%
G = 9.8%
B = 46.41%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C92DD5 (or 0xC92DD5) is known color: Medium Orchid. HEX triplet: C9, 2D and D5. RGB value is (201,45,213). Sum of RGB (Red+Green+Blue) = 201+45+213=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #C92DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DD5 is #36D22A. Grayscale: #6E6E6E. Windows color (decimal): -3592747 or 13970889. OLE color: 13970889.

HSL color Cylindrical-coordinate representation of color #C92DD5: hue angle of 295.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92DD5 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 45 213 -
CMYK 0.06 0.79 0 0.16
HSL 295.71º 0.67% 0.51% -
HSV(B) 295.71º 0.79% 0.84% -
XYZ 37.04 19.1 64.69 -
YUV 110.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 201 45 213 0.06 0.79 0 0.16 295.71 0.67 0.51
Hex C9 2D D5 6 4F 0 10 128 43 33
Octal 311 55 325 6 117 0 20 450 103 63
Binary 11001001 101101 11010101 110 1001111 0 10000 100101000 1000011 110011

Color Harmonies of #C92DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92DD5

Black with #C92DD5

Text Example


Text Example

White with #C92DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92DD5; }

 p { color: rgb(201,45,213); }

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

background-color css

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

 a { background-color: rgb(201,45,213); }

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

border-color css

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

 span { border-color: rgb(201,45,213); }

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