Html Css Color HEX #C72CEA Medium Orchid

📋 copy color: '#C72CEA'

red 199 ◦ green 44 ◦ blue 234

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

Shades of Medium Orchid #C72CEA

Tints of Medium Orchid #C72CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.22%

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 41.72%
G = 9.22%
B = 49.06%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C72CEA (or 0xC72CEA) is known color: Medium Orchid. HEX triplet: C7, 2C and EA. RGB value is (199,44,234). Sum of RGB (Red+Green+Blue) = 199+44+234=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #C72CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CEA is #38D315. Grayscale: #6F6F6F. Windows color (decimal): -3724054 or 15346887. OLE color: 15346887.

HSL color Cylindrical-coordinate representation of color #C72CEA: hue angle of 288.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72CEA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 44 234 -
CMYK 0.15 0.81 0 0.08
HSL 288.95º 0.82% 0.55% -
HSV(B) 288.95º 0.81% 0.92% -
XYZ 39.31 19.88 79.61 -
YUV 112.01 196.85 190.05 -
System Red Green Blue C M Y K H S L
Decimal 199 44 234 0.15 0.81 0 0.08 288.95 0.82 0.55
Hex C7 2C EA F 51 0 8 121 52 37
Octal 307 54 352 17 121 0 10 441 122 67
Binary 11000111 101100 11101010 1111 1010001 0 1000 100100001 1010010 110111

Color Harmonies of #C72CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CEA

Black with #C72CEA

Text Example


Text Example

White with #C72CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CEA; }

 p { color: rgb(199,44,234); }

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

background-color css

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

 a { background-color: rgb(199,44,234); }

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

border-color css

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

 span { border-color: rgb(199,44,234); }

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