Html Css Color HEX #C047DB Medium Orchid

📋 copy color: '#C047DB'

red 192 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #C047DB

Tints of Medium Orchid #C047DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 39.83%
G = 14.73%
B = 45.44%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C047DB (or 0xC047DB) is known color: Medium Orchid. HEX triplet: C0, 47 and DB. RGB value is (192,71,219). Sum of RGB (Red+Green+Blue) = 192+71+219=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #C047DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047DB is #3FB824. Grayscale: #7B7B7B. Windows color (decimal): -4175909 or 14370752. OLE color: 14370752.

HSL color Cylindrical-coordinate representation of color #C047DB: hue angle of 289.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C047DB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 71 219 -
CMYK 0.12 0.68 0 0.14
HSL 289.05º 0.67% 0.57% -
HSV(B) 289.05º 0.68% 0.86% -
XYZ 36.78 20.83 69.1 -
YUV 124.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 192 71 219 0.12 0.68 0 0.14 289.05 0.67 0.57
Hex C0 47 DB C 44 0 E 121 43 39
Octal 300 107 333 14 104 0 16 441 103 71
Binary 11000000 1000111 11011011 1100 1000100 0 1110 100100001 1000011 111001

Color Harmonies of #C047DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047DB

Black with #C047DB

Text Example


Text Example

White with #C047DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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