Html Css Color HEX #C72ADF Medium Orchid

📋 copy color: '#C72ADF'

red 199 ◦ green 42 ◦ blue 223

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

Shades of Medium Orchid #C72ADF

Tints of Medium Orchid #C72ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 42.89%
G = 9.05%
B = 48.06%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C72ADF (or 0xC72ADF) is known color: Medium Orchid. HEX triplet: C7, 2A and DF. RGB value is (199,42,223). Sum of RGB (Red+Green+Blue) = 199+42+223=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #C72ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ADF is #38D520. Grayscale: #6D6D6D. Windows color (decimal): -3724577 or 14625479. OLE color: 14625479.

HSL color Cylindrical-coordinate representation of color #C72ADF: hue angle of 292.04º degrees, saturation: 0.74, 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 #C72ADF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 42 223 -
CMYK 0.11 0.81 0 0.13
HSL 292.04º 0.74% 0.52% -
HSV(B) 292.04º 0.81% 0.87% -
XYZ 37.7 19.13 71.52 -
YUV 109.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 199 42 223 0.11 0.81 0 0.13 292.04 0.74 0.52
Hex C7 2A DF B 51 0 D 124 4A 34
Octal 307 52 337 13 121 0 15 444 112 64
Binary 11000111 101010 11011111 1011 1010001 0 1101 100100100 1001010 110100

Color Harmonies of #C72ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ADF

Black with #C72ADF

Text Example


Text Example

White with #C72ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ADF; }

 p { color: rgb(199,42,223); }

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

background-color css

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

 a { background-color: rgb(199,42,223); }

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

border-color css

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

 span { border-color: rgb(199,42,223); }

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