Html Css Color HEX #C72BE5 Medium Orchid

📋 copy color: '#C72BE5'

red 199 ◦ green 43 ◦ blue 229

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

Shades of Medium Orchid #C72BE5

Tints of Medium Orchid #C72BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 42.25%
G = 9.13%
B = 48.62%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C72BE5 (or 0xC72BE5) is known color: Medium Orchid. HEX triplet: C7, 2B and E5. RGB value is (199,43,229). Sum of RGB (Red+Green+Blue) = 199+43+229=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #C72BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BE5 is #38D41A. Grayscale: #6E6E6E. Windows color (decimal): -3724315 or 15018951. OLE color: 15018951.

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

Color convert

RGB 199 43 229 -
CMYK 0.13 0.81 0 0.10
HSL 290.32º 0.78% 0.53% -
HSV(B) 290.32º 0.81% 0.9% -
XYZ 38.56 19.53 75.87 -
YUV 110.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 199 43 229 0.13 0.81 0 0.10 290.32 0.78 0.53
Hex C7 2B E5 D 51 0 A 122 4E 35
Octal 307 53 345 15 121 0 12 442 116 65
Binary 11000111 101011 11100101 1101 1010001 0 1010 100100010 1001110 110101

Color Harmonies of #C72BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BE5

Black with #C72BE5

Text Example


Text Example

White with #C72BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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