Html Css Color HEX #C047DD Medium Orchid

📋 copy color: '#C047DD'

red 192 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #C047DD

Tints of Medium Orchid #C047DD

RGB

 RED value IS 192 (75.39% from 255) = 39.67%

 GREEN value IS 71 (28.13% from 255) = 14.67%

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

R = 39.67%
G = 14.67%
B = 45.66%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C047DD (or 0xC047DD) is known color: Medium Orchid. HEX triplet: C0, 47 and DD. RGB value is (192,71,221). Sum of RGB (Red+Green+Blue) = 192+71+221=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C047DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047DD is #3FB822. Grayscale: #7B7B7B. Windows color (decimal): -4175907 or 14501824. OLE color: 14501824.

HSL color Cylindrical-coordinate representation of color #C047DD: hue angle of 288.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C047DD is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 71 221 -
CMYK 0.13 0.68 0 0.13
HSL 288.4º 0.69% 0.57% -
HSV(B) 288.4º 0.68% 0.87% -
XYZ 37.04 20.93 70.49 -
YUV 124.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 192 71 221 0.13 0.68 0 0.13 288.4 0.69 0.57
Hex C0 47 DD D 44 0 D 120 45 39
Octal 300 107 335 15 104 0 15 440 105 71
Binary 11000000 1000111 11011101 1101 1000100 0 1101 100100000 1000101 111001

Color Harmonies of #C047DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047DD

Black with #C047DD

Text Example


Text Example

White with #C047DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047DD; }

 p { color: rgb(192,71,221); }

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

background-color css

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

 a { background-color: rgb(192,71,221); }

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

border-color css

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

 span { border-color: rgb(192,71,221); }

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