Html Css Color HEX #C754DC Medium Orchid

📋 copy color: '#C754DC'

red 199 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #C754DC

Tints of Medium Orchid #C754DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 39.56%
G = 16.7%
B = 43.74%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C754DC (or 0xC754DC) is known color: Medium Orchid. HEX triplet: C7, 54 and DC. RGB value is (199,84,220). Sum of RGB (Red+Green+Blue) = 199+84+220=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C754DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754DC is #38AB23. Grayscale: #858585. Windows color (decimal): -3713828 or 14439623. OLE color: 14439623.

HSL color Cylindrical-coordinate representation of color #C754DC: hue angle of 290.74º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C754DC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 84 220 -
CMYK 0.10 0.62 0 0.14
HSL 290.74º 0.66% 0.6% -
HSV(B) 290.74º 0.62% 0.86% -
XYZ 39.64 23.65 70.19 -
YUV 133.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 199 84 220 0.10 0.62 0 0.14 290.74 0.66 0.6
Hex C7 54 DC A 3E 0 E 123 42 3C
Octal 307 124 334 12 76 0 16 443 102 74
Binary 11000111 1010100 11011100 1010 111110 0 1110 100100011 1000010 111100

Color Harmonies of #C754DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754DC

Black with #C754DC

Text Example


Text Example

White with #C754DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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