Html Css Color HEX #C72CEB Medium Orchid

📋 copy color: '#C72CEB'

red 199 ◦ green 44 ◦ blue 235

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

Shades of Medium Orchid #C72CEB

Tints of Medium Orchid #C72CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 41.63%
G = 9.21%
B = 49.16%

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

#C72CEB (or 0xC72CEB) is known color: Medium Orchid. HEX triplet: C7, 2C and EB. RGB value is (199,44,235). Sum of RGB (Red+Green+Blue) = 199+44+235=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #C72CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72CEB is #38D314. Grayscale: #6F6F6F. Windows color (decimal): -3724053 or 15412423. OLE color: 15412423.

HSL color Cylindrical-coordinate representation of color #C72CEB: hue angle of 288.69º degrees, saturation: 0.83, 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 #C72CEB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 44 235 -
CMYK 0.15 0.81 0 0.08
HSL 288.69º 0.83% 0.55% -
HSV(B) 288.69º 0.81% 0.92% -
XYZ 39.45 19.94 80.37 -
YUV 112.12 197.35 189.97 -
System Red Green Blue C M Y K H S L
Decimal 199 44 235 0.15 0.81 0 0.08 288.69 0.83 0.55
Hex C7 2C EB F 51 0 8 121 53 37
Octal 307 54 353 17 121 0 10 441 123 67
Binary 11000111 101100 11101011 1111 1010001 0 1000 100100001 1010011 110111

Color Harmonies of #C72CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CEB

Black with #C72CEB

Text Example


Text Example

White with #C72CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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