Html Css Color HEX #C73AEB Medium Orchid

📋 copy color: '#C73AEB'

red 199 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #C73AEB

Tints of Medium Orchid #C73AEB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.79%

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

R = 40.45%
G = 11.79%
B = 47.76%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C73AEB (or 0xC73AEB) is known color: Medium Orchid. HEX triplet: C7, 3A and EB. RGB value is (199,58,235). Sum of RGB (Red+Green+Blue) = 199+58+235=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #C73AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AEB is #38C514. Grayscale: #777777. Windows color (decimal): -3720469 or 15416007. OLE color: 15416007.

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

Color convert

RGB 199 58 235 -
CMYK 0.15 0.75 0 0.08
HSL 287.8º 0.82% 0.57% -
HSV(B) 287.8º 0.75% 0.92% -
XYZ 40.06 21.17 80.57 -
YUV 120.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 199 58 235 0.15 0.75 0 0.08 287.8 0.82 0.57
Hex C7 3A EB F 4B 0 8 120 52 39
Octal 307 72 353 17 113 0 10 440 122 71
Binary 11000111 111010 11101011 1111 1001011 0 1000 100100000 1010010 111001

Color Harmonies of #C73AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AEB

Black with #C73AEB

Text Example


Text Example

White with #C73AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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