Html Css Color HEX #C92DE5 Medium Orchid

📋 copy color: '#C92DE5'

red 201 ◦ green 45 ◦ blue 229

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

Shades of Medium Orchid #C92DE5

Tints of Medium Orchid #C92DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.21%

R = 42.32%
G = 9.47%
B = 48.21%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C92DE5 (or 0xC92DE5) is known color: Medium Orchid. HEX triplet: C9, 2D and E5. RGB value is (201,45,229). Sum of RGB (Red+Green+Blue) = 201+45+229=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #C92DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DE5 is #36D21A. Grayscale: #707070. Windows color (decimal): -3592731 or 15019465. OLE color: 15019465.

HSL color Cylindrical-coordinate representation of color #C92DE5: hue angle of 290.87º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92DE5 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 45 229 -
CMYK 0.12 0.80 0 0.10
HSL 290.87º 0.78% 0.54% -
HSV(B) 290.87º 0.8% 0.9% -
XYZ 39.17 19.95 75.92 -
YUV 112.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 201 45 229 0.12 0.80 0 0.10 290.87 0.78 0.54
Hex C9 2D E5 C 50 0 A 123 4E 36
Octal 311 55 345 14 120 0 12 443 116 66
Binary 11001001 101101 11100101 1100 1010000 0 1010 100100011 1001110 110110

Color Harmonies of #C92DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92DE5

Black with #C92DE5

Text Example


Text Example

White with #C92DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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