Html Css Color HEX #C047CD Medium Orchid

📋 copy color: '#C047CD'

red 192 ◦ green 71 ◦ blue 205

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

Shades of Medium Orchid #C047CD

Tints of Medium Orchid #C047CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 41.03%
G = 15.17%
B = 43.8%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C047CD (or 0xC047CD) is known color: Medium Orchid. HEX triplet: C0, 47 and CD. RGB value is (192,71,205). Sum of RGB (Red+Green+Blue) = 192+71+205=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #C047CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047CD is #3FB832. Grayscale: #7A7A7A. Windows color (decimal): -4175923 or 13453248. OLE color: 13453248.

HSL color Cylindrical-coordinate representation of color #C047CD: hue angle of 294.18º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C047CD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 71 205 -
CMYK 0.06 0.65 0 0.20
HSL 294.18º 0.57% 0.54% -
HSV(B) 294.18º 0.65% 0.8% -
XYZ 35.01 20.12 59.8 -
YUV 122.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 192 71 205 0.06 0.65 0 0.20 294.18 0.57 0.54
Hex C0 47 CD 6 41 0 14 126 39 36
Octal 300 107 315 6 101 0 24 446 71 66
Binary 11000000 1000111 11001101 110 1000001 0 10100 100100110 111001 110110

Color Harmonies of #C047CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047CD

Black with #C047CD

Text Example


Text Example

White with #C047CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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