Html Css Color HEX #C72FDA Medium Orchid

📋 copy color: '#C72FDA'

red 199 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #C72FDA

Tints of Medium Orchid #C72FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.13%

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

R = 42.89%
G = 10.13%
B = 46.98%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C72FDA (or 0xC72FDA) is known color: Medium Orchid. HEX triplet: C7, 2F and DA. RGB value is (199,47,218). Sum of RGB (Red+Green+Blue) = 199+47+218=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #C72FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FDA is #38D025. Grayscale: #6F6F6F. Windows color (decimal): -3723302 or 14299079. OLE color: 14299079.

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

Color convert

RGB 199 47 218 -
CMYK 0.09 0.78 0 0.15
HSL 293.33º 0.7% 0.52% -
HSV(B) 293.33º 0.78% 0.85% -
XYZ 37.22 19.24 68.08 -
YUV 111.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 199 47 218 0.09 0.78 0 0.15 293.33 0.7 0.52
Hex C7 2F DA 9 4E 0 F 125 46 34
Octal 307 57 332 11 116 0 17 445 106 64
Binary 11000111 101111 11011010 1001 1001110 0 1111 100100101 1000110 110100

Color Harmonies of #C72FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FDA

Black with #C72FDA

Text Example


Text Example

White with #C72FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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