Html Css Color HEX #C247DC Medium Orchid

📋 copy color: '#C247DC'

red 194 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #C247DC

Tints of Medium Orchid #C247DC

RGB

 RED value IS 194 (76.17% from 255) = 40%

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 40%
G = 14.64%
B = 45.36%

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

#C247DC (or 0xC247DC) is known color: Medium Orchid. HEX triplet: C2, 47 and DC. RGB value is (194,71,220). Sum of RGB (Red+Green+Blue) = 194+71+220=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C247DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247DC is #3DB823. Grayscale: #7C7C7C. Windows color (decimal): -4044836 or 14436290. OLE color: 14436290.

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

Color convert

RGB 194 71 220 -
CMYK 0.12 0.68 0 0.14
HSL 289.53º 0.68% 0.57% -
HSV(B) 289.53º 0.68% 0.86% -
XYZ 37.42 21.14 69.82 -
YUV 124.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 194 71 220 0.12 0.68 0 0.14 289.53 0.68 0.57
Hex C2 47 DC C 44 0 E 122 44 39
Octal 302 107 334 14 104 0 16 442 104 71
Binary 11000010 1000111 11011100 1100 1000100 0 1110 100100010 1000100 111001

Color Harmonies of #C247DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247DC

Black with #C247DC

Text Example


Text Example

White with #C247DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247DC; }

 p { color: rgb(194,71,220); }

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

background-color css

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

 a { background-color: rgb(194,71,220); }

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

border-color css

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

 span { border-color: rgb(194,71,220); }

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