Html Css Color HEX #C72BE1 Medium Orchid

📋 copy color: '#C72BE1'

red 199 ◦ green 43 ◦ blue 225

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

Shades of Medium Orchid #C72BE1

Tints of Medium Orchid #C72BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 42.61%
G = 9.21%
B = 48.18%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C72BE1 (or 0xC72BE1) is known color: Medium Orchid. HEX triplet: C7, 2B and E1. RGB value is (199,43,225). Sum of RGB (Red+Green+Blue) = 199+43+225=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #C72BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BE1 is #38D41E. Grayscale: #6D6D6D. Windows color (decimal): -3724319 or 14756807. OLE color: 14756807.

HSL color Cylindrical-coordinate representation of color #C72BE1: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72BE1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 43 225 -
CMYK 0.12 0.81 0 0.12
HSL 291.43º 0.75% 0.53% -
HSV(B) 291.43º 0.81% 0.88% -
XYZ 38.01 19.31 72.96 -
YUV 110.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 199 43 225 0.12 0.81 0 0.12 291.43 0.75 0.53
Hex C7 2B E1 C 51 0 C 123 4B 35
Octal 307 53 341 14 121 0 14 443 113 65
Binary 11000111 101011 11100001 1100 1010001 0 1100 100100011 1001011 110101

Color Harmonies of #C72BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BE1

Black with #C72BE1

Text Example


Text Example

White with #C72BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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