Html Css Color HEX #C047DE Medium Orchid

📋 copy color: '#C047DE'

red 192 ◦ green 71 ◦ blue 222

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

Shades of Medium Orchid #C047DE

Tints of Medium Orchid #C047DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 39.59%
G = 14.64%
B = 45.77%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C047DE (or 0xC047DE) is known color: Medium Orchid. HEX triplet: C0, 47 and DE. RGB value is (192,71,222). Sum of RGB (Red+Green+Blue) = 192+71+222=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C047DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047DE is #3FB821. Grayscale: #7B7B7B. Windows color (decimal): -4175906 or 14567360. OLE color: 14567360.

HSL color Cylindrical-coordinate representation of color #C047DE: hue angle of 288.08º degrees, saturation: 0.7, 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 #C047DE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 71 222 -
CMYK 0.14 0.68 0 0.13
HSL 288.08º 0.7% 0.57% -
HSV(B) 288.08º 0.68% 0.87% -
XYZ 37.18 20.99 71.2 -
YUV 124.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 192 71 222 0.14 0.68 0 0.13 288.08 0.7 0.57
Hex C0 47 DE E 44 0 D 120 46 39
Octal 300 107 336 16 104 0 15 440 106 71
Binary 11000000 1000111 11011110 1110 1000100 0 1101 100100000 1000110 111001

Color Harmonies of #C047DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047DE

Black with #C047DE

Text Example


Text Example

White with #C047DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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