Html Css Color HEX #C72DDA Medium Orchid

📋 copy color: '#C72DDA'

red 199 ◦ green 45 ◦ blue 218

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

Shades of Medium Orchid #C72DDA

Tints of Medium Orchid #C72DDA

RGB

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

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

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

R = 43.07%
G = 9.74%
B = 47.19%

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

#C72DDA (or 0xC72DDA) is known color: Medium Orchid. HEX triplet: C7, 2D and DA. RGB value is (199,45,218). Sum of RGB (Red+Green+Blue) = 199+45+218=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #C72DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DDA is #38D225. Grayscale: #6E6E6E. Windows color (decimal): -3723814 or 14298567. OLE color: 14298567.

HSL color Cylindrical-coordinate representation of color #C72DDA: hue angle of 293.41º 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 #C72DDA is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 45 218 -
CMYK 0.09 0.79 0 0.15
HSL 293.41º 0.7% 0.52% -
HSV(B) 293.41º 0.79% 0.85% -
XYZ 37.15 19.08 68.05 -
YUV 110.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 199 45 218 0.09 0.79 0 0.15 293.41 0.7 0.52
Hex C7 2D DA 9 4F 0 F 125 46 34
Octal 307 55 332 11 117 0 17 445 106 64
Binary 11000111 101101 11011010 1001 1001111 0 1111 100100101 1000110 110100

Color Harmonies of #C72DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DDA

Black with #C72DDA

Text Example


Text Example

White with #C72DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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