Html Css Color HEX #C72DDE Medium Orchid

📋 copy color: '#C72DDE'

red 199 ◦ green 45 ◦ blue 222

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

Shades of Medium Orchid #C72DDE

Tints of Medium Orchid #C72DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 42.7%
G = 9.66%
B = 47.64%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C72DDE (or 0xC72DDE) is known color: Medium Orchid. HEX triplet: C7, 2D and DE. RGB value is (199,45,222). Sum of RGB (Red+Green+Blue) = 199+45+222=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #C72DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DDE is #38D221. Grayscale: #6E6E6E. Windows color (decimal): -3723810 or 14560711. OLE color: 14560711.

HSL color Cylindrical-coordinate representation of color #C72DDE: hue angle of 292.2º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72DDE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 45 222 -
CMYK 0.10 0.80 0 0.13
HSL 292.2º 0.73% 0.52% -
HSV(B) 292.2º 0.8% 0.87% -
XYZ 37.68 19.29 70.85 -
YUV 111.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 199 45 222 0.10 0.80 0 0.13 292.2 0.73 0.52
Hex C7 2D DE A 50 0 D 124 49 34
Octal 307 55 336 12 120 0 15 444 111 64
Binary 11000111 101101 11011110 1010 1010000 0 1101 100100100 1001001 110100

Color Harmonies of #C72DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DDE

Black with #C72DDE

Text Example


Text Example

White with #C72DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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