Html Css Color HEX #C75EE0 Medium Orchid

📋 copy color: '#C75EE0'

red 199 ◦ green 94 ◦ blue 224

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

Shades of Medium Orchid #C75EE0

Tints of Medium Orchid #C75EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.18%

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 38.49%
G = 18.18%
B = 43.33%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C75EE0 (or 0xC75EE0) is known color: Medium Orchid. HEX triplet: C7, 5E and E0. RGB value is (199,94,224). Sum of RGB (Red+Green+Blue) = 199+94+224=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #C75EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EE0 is #38A11F. Grayscale: #8B8B8B. Windows color (decimal): -3711264 or 14704327. OLE color: 14704327.

HSL color Cylindrical-coordinate representation of color #C75EE0: hue angle of 288.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75EE0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 94 224 -
CMYK 0.11 0.58 0 0.12
HSL 288.46º 0.68% 0.62% -
HSV(B) 288.46º 0.58% 0.88% -
XYZ 41.01 25.53 73.29 -
YUV 140.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 199 94 224 0.11 0.58 0 0.12 288.46 0.68 0.62
Hex C7 5E E0 B 3A 0 C 120 44 3E
Octal 307 136 340 13 72 0 14 440 104 76
Binary 11000111 1011110 11100000 1011 111010 0 1100 100100000 1000100 111110

Color Harmonies of #C75EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EE0

Black with #C75EE0

Text Example


Text Example

White with #C75EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EE0; }

 p { color: rgb(199,94,224); }

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

background-color css

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

 a { background-color: rgb(199,94,224); }

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

border-color css

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

 span { border-color: rgb(199,94,224); }

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