Html Css Color HEX #C754DD Medium Orchid

📋 copy color: '#C754DD'

red 199 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #C754DD

Tints of Medium Orchid #C754DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 39.48%
G = 16.67%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C754DD (or 0xC754DD) is known color: Medium Orchid. HEX triplet: C7, 54 and DD. RGB value is (199,84,221). Sum of RGB (Red+Green+Blue) = 199+84+221=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C754DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754DD is #38AB22. Grayscale: #858585. Windows color (decimal): -3713827 or 14505159. OLE color: 14505159.

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

Color convert

RGB 199 84 221 -
CMYK 0.10 0.62 0 0.13
HSL 290.37º 0.67% 0.6% -
HSV(B) 290.37º 0.62% 0.87% -
XYZ 39.77 23.7 70.89 -
YUV 134 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 199 84 221 0.10 0.62 0 0.13 290.37 0.67 0.6
Hex C7 54 DD A 3E 0 D 122 43 3C
Octal 307 124 335 12 76 0 15 442 103 74
Binary 11000111 1010100 11011101 1010 111110 0 1101 100100010 1000011 111100

Color Harmonies of #C754DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754DD

Black with #C754DD

Text Example


Text Example

White with #C754DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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