Html Css Color HEX #C72EDA Medium Orchid

📋 copy color: '#C72EDA'

red 199 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #C72EDA

Tints of Medium Orchid #C72EDA

RGB

 RED value IS 199 (78.13% from 255) = 42.98%

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 42.98%
G = 9.94%
B = 47.08%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C72EDA (or 0xC72EDA) is known color: Medium Orchid. HEX triplet: C7, 2E and DA. RGB value is (199,46,218). Sum of RGB (Red+Green+Blue) = 199+46+218=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C72EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EDA is #38D125. Grayscale: #6E6E6E. Windows color (decimal): -3723558 or 14298823. OLE color: 14298823.

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

Color convert

RGB 199 46 218 -
CMYK 0.09 0.79 0 0.15
HSL 293.37º 0.7% 0.52% -
HSV(B) 293.37º 0.79% 0.85% -
XYZ 37.19 19.16 68.07 -
YUV 111.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 199 46 218 0.09 0.79 0 0.15 293.37 0.7 0.52
Hex C7 2E DA 9 4F 0 F 125 46 34
Octal 307 56 332 11 117 0 17 445 106 64
Binary 11000111 101110 11011010 1001 1001111 0 1111 100100101 1000110 110100

Color Harmonies of #C72EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EDA

Black with #C72EDA

Text Example


Text Example

White with #C72EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EDA; }

 p { color: rgb(199,46,218); }

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

background-color css

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

 a { background-color: rgb(199,46,218); }

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

border-color css

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

 span { border-color: rgb(199,46,218); }

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