Html Css Color HEX #C72FDE Medium Orchid

📋 copy color: '#C72FDE'

red 199 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #C72FDE

Tints of Medium Orchid #C72FDE

RGB

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

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

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

R = 42.52%
G = 10.04%
B = 47.44%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C72FDE (or 0xC72FDE) is known color: Medium Orchid. HEX triplet: C7, 2F and DE. RGB value is (199,47,222). Sum of RGB (Red+Green+Blue) = 199+47+222=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #C72FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FDE is #38D021. Grayscale: #6F6F6F. Windows color (decimal): -3723298 or 14561223. OLE color: 14561223.

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

Color convert

RGB 199 47 222 -
CMYK 0.10 0.79 0 0.13
HSL 292.11º 0.73% 0.53% -
HSV(B) 292.11º 0.79% 0.87% -
XYZ 37.75 19.45 70.87 -
YUV 112.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 199 47 222 0.10 0.79 0 0.13 292.11 0.73 0.53
Hex C7 2F DE A 4F 0 D 124 49 35
Octal 307 57 336 12 117 0 15 444 111 65
Binary 11000111 101111 11011110 1010 1001111 0 1101 100100100 1001001 110101

Color Harmonies of #C72FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FDE

Black with #C72FDE

Text Example


Text Example

White with #C72FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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