Html Css Color HEX #C947D6 Medium Orchid

📋 copy color: '#C947D6'

red 201 ◦ green 71 ◦ blue 214

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

Shades of Medium Orchid #C947D6

Tints of Medium Orchid #C947D6

RGB

 RED value IS 201 (78.91% from 255) = 41.36%

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 41.36%
G = 14.61%
B = 44.03%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C947D6 (or 0xC947D6) is known color: Medium Orchid. HEX triplet: C9, 47 and D6. RGB value is (201,71,214). Sum of RGB (Red+Green+Blue) = 201+71+214=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #C947D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947D6 is #36B829. Grayscale: #7D7D7D. Windows color (decimal): -3586090 or 14043081. OLE color: 14043081.

HSL color Cylindrical-coordinate representation of color #C947D6: hue angle of 294.55º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C947D6 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 71 214 -
CMYK 0.06 0.67 0 0.16
HSL 294.55º 0.64% 0.56% -
HSV(B) 294.55º 0.67% 0.84% -
XYZ 38.48 21.78 65.79 -
YUV 126.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 201 71 214 0.06 0.67 0 0.16 294.55 0.64 0.56
Hex C9 47 D6 6 43 0 10 127 40 38
Octal 311 107 326 6 103 0 20 447 100 70
Binary 11001001 1000111 11010110 110 1000011 0 10000 100100111 1000000 111000

Color Harmonies of #C947D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947D6

Black with #C947D6

Text Example


Text Example

White with #C947D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947D6; }

 p { color: rgb(201,71,214); }

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

background-color css

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

 a { background-color: rgb(201,71,214); }

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

border-color css

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

 span { border-color: rgb(201,71,214); }

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