Html Css Color HEX #C75EEF Medium Orchid

📋 copy color: '#C75EEF'

red 199 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #C75EEF

Tints of Medium Orchid #C75EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 37.41%
G = 17.67%
B = 44.92%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C75EEF (or 0xC75EEF) is known color: Medium Orchid. HEX triplet: C7, 5E and EF. RGB value is (199,94,239). Sum of RGB (Red+Green+Blue) = 199+94+239=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C75EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EEF is #38A110. Grayscale: #8D8D8D. Windows color (decimal): -3711249 or 15687367. OLE color: 15687367.

HSL color Cylindrical-coordinate representation of color #C75EEF: hue angle of 283.45º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75EEF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 94 239 -
CMYK 0.17 0.61 0 0.06
HSL 283.45º 0.82% 0.65% -
HSV(B) 283.45º 0.61% 0.94% -
XYZ 43.14 26.38 84.48 -
YUV 141.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 199 94 239 0.17 0.61 0 0.06 283.45 0.82 0.65
Hex C7 5E EF 11 3D 0 6 11B 52 41
Octal 307 136 357 21 75 0 6 433 122 101
Binary 11000111 1011110 11101111 10001 111101 0 110 100011011 1010010 1000001

Color Harmonies of #C75EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EEF

Black with #C75EEF

Text Example


Text Example

White with #C75EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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