Html Css Color HEX #C75DEC Medium Orchid

📋 copy color: '#C75DEC'

red 199 ◦ green 93 ◦ blue 236

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

Shades of Medium Orchid #C75DEC

Tints of Medium Orchid #C75DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.61%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 37.69%
G = 17.61%
B = 44.7%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C75DEC (or 0xC75DEC) is known color: Medium Orchid. HEX triplet: C7, 5D and EC. RGB value is (199,93,236). Sum of RGB (Red+Green+Blue) = 199+93+236=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C75DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75DEC is #38A213. Grayscale: #8C8C8C. Windows color (decimal): -3711508 or 15490503. OLE color: 15490503.

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

Color convert

RGB 199 93 236 -
CMYK 0.16 0.61 0 0.07
HSL 284.48º 0.79% 0.65% -
HSV(B) 284.48º 0.61% 0.93% -
XYZ 42.61 26.03 82.13 -
YUV 141 181.62 169.37 -
System Red Green Blue C M Y K H S L
Decimal 199 93 236 0.16 0.61 0 0.07 284.48 0.79 0.65
Hex C7 5D EC 10 3D 0 7 11C 4F 41
Octal 307 135 354 20 75 0 7 434 117 101
Binary 11000111 1011101 11101100 10000 111101 0 111 100011100 1001111 1000001

Color Harmonies of #C75DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DEC

Black with #C75DEC

Text Example


Text Example

White with #C75DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DEC; }

 p { color: rgb(199,93,236); }

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

background-color css

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

 a { background-color: rgb(199,93,236); }

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

border-color css

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

 span { border-color: rgb(199,93,236); }

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