Html Css Color HEX #C75EED Medium Orchid

📋 copy color: '#C75EED'

red 199 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #C75EED

Tints of Medium Orchid #C75EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 37.55%
G = 17.74%
B = 44.72%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C75EED (or 0xC75EED) is known color: Medium Orchid. HEX triplet: C7, 5E and ED. RGB value is (199,94,237). Sum of RGB (Red+Green+Blue) = 199+94+237=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #C75EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EED is #38A112. Grayscale: #8D8D8D. Windows color (decimal): -3711251 or 15556295. OLE color: 15556295.

HSL color Cylindrical-coordinate representation of color #C75EED: hue angle of 284.06º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75EED is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 94 237 -
CMYK 0.16 0.60 0 0.07
HSL 284.06º 0.8% 0.65% -
HSV(B) 284.06º 0.6% 0.93% -
XYZ 42.84 26.26 82.93 -
YUV 141.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 199 94 237 0.16 0.60 0 0.07 284.06 0.8 0.65
Hex C7 5E ED 10 3C 0 7 11C 50 41
Octal 307 136 355 20 74 0 7 434 120 101
Binary 11000111 1011110 11101101 10000 111100 0 111 100011100 1010000 1000001

Color Harmonies of #C75EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EED

Black with #C75EED

Text Example


Text Example

White with #C75EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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