Html Css Color HEX #C73AEE Medium Orchid

📋 copy color: '#C73AEE'

red 199 ◦ green 58 ◦ blue 238

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

Shades of Medium Orchid #C73AEE

Tints of Medium Orchid #C73AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 40.2%
G = 11.72%
B = 48.08%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C73AEE (or 0xC73AEE) is known color: Medium Orchid. HEX triplet: C7, 3A and EE. RGB value is (199,58,238). Sum of RGB (Red+Green+Blue) = 199+58+238=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #C73AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AEE is #38C511. Grayscale: #787878. Windows color (decimal): -3720466 or 15612615. OLE color: 15612615.

HSL color Cylindrical-coordinate representation of color #C73AEE: hue angle of 287º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73AEE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 58 238 -
CMYK 0.16 0.76 0 0.07
HSL 287º 0.84% 0.58% -
HSV(B) 287º 0.76% 0.93% -
XYZ 40.5 21.34 82.87 -
YUV 120.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 199 58 238 0.16 0.76 0 0.07 287 0.84 0.58
Hex C7 3A EE 10 4C 0 7 11F 54 3A
Octal 307 72 356 20 114 0 7 437 124 72
Binary 11000111 111010 11101110 10000 1001100 0 111 100011111 1010100 111010

Color Harmonies of #C73AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AEE

Black with #C73AEE

Text Example


Text Example

White with #C73AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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