Html Css Color HEX #C73EEA Medium Orchid

📋 copy color: '#C73EEA'

red 199 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #C73EEA

Tints of Medium Orchid #C73EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.53%

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

R = 40.2%
G = 12.53%
B = 47.27%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C73EEA (or 0xC73EEA) is known color: Medium Orchid. HEX triplet: C7, 3E and EA. RGB value is (199,62,234). Sum of RGB (Red+Green+Blue) = 199+62+234=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #C73EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73EEA is #38C115. Grayscale: #7A7A7A. Windows color (decimal): -3719446 or 15351495. OLE color: 15351495.

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

Color convert

RGB 199 62 234 -
CMYK 0.15 0.74 0 0.08
HSL 287.79º 0.8% 0.58% -
HSV(B) 287.79º 0.74% 0.92% -
XYZ 40.13 21.53 79.88 -
YUV 122.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 199 62 234 0.15 0.74 0 0.08 287.79 0.8 0.58
Hex C7 3E EA F 4A 0 8 120 50 3A
Octal 307 76 352 17 112 0 10 440 120 72
Binary 11000111 111110 11101010 1111 1001010 0 1000 100100000 1010000 111010

Color Harmonies of #C73EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73EEA

Black with #C73EEA

Text Example


Text Example

White with #C73EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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