Html Css Color HEX #C72FE6 Medium Orchid

📋 copy color: '#C72FE6'

red 199 ◦ green 47 ◦ blue 230

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

Shades of Medium Orchid #C72FE6

Tints of Medium Orchid #C72FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.32%

R = 41.81%
G = 9.87%
B = 48.32%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C72FE6 (or 0xC72FE6) is known color: Medium Orchid. HEX triplet: C7, 2F and E6. RGB value is (199,47,230). Sum of RGB (Red+Green+Blue) = 199+47+230=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #C72FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FE6 is #38D019. Grayscale: #707070. Windows color (decimal): -3723290 or 15085511. OLE color: 15085511.

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

Color convert

RGB 199 47 230 -
CMYK 0.13 0.80 0 0.10
HSL 289.84º 0.79% 0.54% -
HSV(B) 289.84º 0.8% 0.9% -
XYZ 38.85 19.89 76.65 -
YUV 113.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 199 47 230 0.13 0.80 0 0.10 289.84 0.79 0.54
Hex C7 2F E6 D 50 0 A 122 4F 36
Octal 307 57 346 15 120 0 12 442 117 66
Binary 11000111 101111 11100110 1101 1010000 0 1010 100100010 1001111 110110

Color Harmonies of #C72FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FE6

Black with #C72FE6

Text Example


Text Example

White with #C72FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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