Html Css Color HEX #C754ED Medium Orchid

📋 copy color: '#C754ED'

red 199 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #C754ED

Tints of Medium Orchid #C754ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.15%

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

R = 38.27%
G = 16.15%
B = 45.58%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C754ED (or 0xC754ED) is known color: Medium Orchid. HEX triplet: C7, 54 and ED. RGB value is (199,84,237). Sum of RGB (Red+Green+Blue) = 199+84+237=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #C754ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C754ED is #38AB12. Grayscale: #878787. Windows color (decimal): -3713811 or 15553735. OLE color: 15553735.

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

Color convert

RGB 199 84 237 -
CMYK 0.16 0.65 0 0.07
HSL 285.1º 0.81% 0.63% -
HSV(B) 285.1º 0.65% 0.93% -
XYZ 42.01 24.6 82.65 -
YUV 135.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 199 84 237 0.16 0.65 0 0.07 285.1 0.81 0.63
Hex C7 54 ED 10 41 0 7 11D 51 3F
Octal 307 124 355 20 101 0 7 435 121 77
Binary 11000111 1010100 11101101 10000 1000001 0 111 100011101 1010001 111111

Color Harmonies of #C754ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754ED

Black with #C754ED

Text Example


Text Example

White with #C754ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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