Html Css Color HEX #C72BDD Medium Orchid

📋 copy color: '#C72BDD'

red 199 ◦ green 43 ◦ blue 221

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

Shades of Medium Orchid #C72BDD

Tints of Medium Orchid #C72BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 42.98%
G = 9.29%
B = 47.73%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C72BDD (or 0xC72BDD) is known color: Medium Orchid. HEX triplet: C7, 2B and DD. RGB value is (199,43,221). Sum of RGB (Red+Green+Blue) = 199+43+221=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C72BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BDD is #38D422. Grayscale: #6D6D6D. Windows color (decimal): -3724323 or 14494663. OLE color: 14494663.

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

Color convert

RGB 199 43 221 -
CMYK 0.10 0.81 0 0.13
HSL 292.58º 0.72% 0.52% -
HSV(B) 292.58º 0.81% 0.87% -
XYZ 37.47 19.09 70.12 -
YUV 109.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 199 43 221 0.10 0.81 0 0.13 292.58 0.72 0.52
Hex C7 2B DD A 51 0 D 125 48 34
Octal 307 53 335 12 121 0 15 445 110 64
Binary 11000111 101011 11011101 1010 1010001 0 1101 100100101 1001000 110100

Color Harmonies of #C72BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BDD

Black with #C72BDD

Text Example


Text Example

White with #C72BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BDD; }

 p { color: rgb(199,43,221); }

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

background-color css

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

 a { background-color: rgb(199,43,221); }

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

border-color css

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

 span { border-color: rgb(199,43,221); }

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