Html Css Color HEX #C247DD Medium Orchid

📋 copy color: '#C247DD'

red 194 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #C247DD

Tints of Medium Orchid #C247DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 39.92%
G = 14.61%
B = 45.47%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C247DD (or 0xC247DD) is known color: Medium Orchid. HEX triplet: C2, 47 and DD. RGB value is (194,71,221). Sum of RGB (Red+Green+Blue) = 194+71+221=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C247DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247DD is #3DB822. Grayscale: #7C7C7C. Windows color (decimal): -4044835 or 14501826. OLE color: 14501826.

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

Color convert

RGB 194 71 221 -
CMYK 0.12 0.68 0 0.13
HSL 289.2º 0.69% 0.57% -
HSV(B) 289.2º 0.68% 0.87% -
XYZ 37.55 21.2 70.52 -
YUV 124.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 194 71 221 0.12 0.68 0 0.13 289.2 0.69 0.57
Hex C2 47 DD C 44 0 D 121 45 39
Octal 302 107 335 14 104 0 15 441 105 71
Binary 11000010 1000111 11011101 1100 1000100 0 1101 100100001 1000101 111001

Color Harmonies of #C247DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247DD

Black with #C247DD

Text Example


Text Example

White with #C247DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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