Html Css Color HEX #C247DF Medium Orchid

📋 copy color: '#C247DF'

red 194 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #C247DF

Tints of Medium Orchid #C247DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 39.75%
G = 14.55%
B = 45.7%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C247DF (or 0xC247DF) is known color: Medium Orchid. HEX triplet: C2, 47 and DF. RGB value is (194,71,223). Sum of RGB (Red+Green+Blue) = 194+71+223=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #C247DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247DF is #3DB820. Grayscale: #7C7C7C. Windows color (decimal): -4044833 or 14632898. OLE color: 14632898.

HSL color Cylindrical-coordinate representation of color #C247DF: hue angle of 288.55º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C247DF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 71 223 -
CMYK 0.13 0.68 0 0.13
HSL 288.55º 0.7% 0.58% -
HSV(B) 288.55º 0.68% 0.87% -
XYZ 37.82 21.3 71.93 -
YUV 125.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 194 71 223 0.13 0.68 0 0.13 288.55 0.7 0.58
Hex C2 47 DF D 44 0 D 121 46 3A
Octal 302 107 337 15 104 0 15 441 106 72
Binary 11000010 1000111 11011111 1101 1000100 0 1101 100100001 1000110 111010

Color Harmonies of #C247DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247DF

Black with #C247DF

Text Example


Text Example

White with #C247DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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