Html Css Color HEX #C750EE Medium Orchid

📋 copy color: '#C750EE'

red 199 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #C750EE

Tints of Medium Orchid #C750EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.47%

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

R = 38.49%
G = 15.47%
B = 46.03%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C750EE (or 0xC750EE) is known color: Medium Orchid. HEX triplet: C7, 50 and EE. RGB value is (199,80,238). Sum of RGB (Red+Green+Blue) = 199+80+238=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C750EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750EE is #38AF11. Grayscale: #858585. Windows color (decimal): -3714834 or 15618247. OLE color: 15618247.

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

Color convert

RGB 199 80 238 -
CMYK 0.16 0.66 0 0.07
HSL 285.19º 0.82% 0.62% -
HSV(B) 285.19º 0.66% 0.93% -
XYZ 41.85 24.05 83.33 -
YUV 133.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 199 80 238 0.16 0.66 0 0.07 285.19 0.82 0.62
Hex C7 50 EE 10 42 0 7 11D 52 3E
Octal 307 120 356 20 102 0 7 435 122 76
Binary 11000111 1010000 11101110 10000 1000010 0 111 100011101 1010010 111110

Color Harmonies of #C750EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750EE

Black with #C750EE

Text Example


Text Example

White with #C750EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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