Html Css Color HEX #C244D1 Medium Orchid

📋 copy color: '#C244D1'

red 194 ◦ green 68 ◦ blue 209

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

Shades of Medium Orchid #C244D1

Tints of Medium Orchid #C244D1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.44%

 BLUE value IS 209 (82.03% from 255) = 44.37%

R = 41.19%
G = 14.44%
B = 44.37%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C244D1 (or 0xC244D1) is known color: Medium Orchid. HEX triplet: C2, 44 and D1. RGB value is (194,68,209). Sum of RGB (Red+Green+Blue) = 194+68+209=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #C244D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244D1 is #3DBB2E. Grayscale: #797979. Windows color (decimal): -4045615 or 13714626. OLE color: 13714626.

HSL color Cylindrical-coordinate representation of color #C244D1: hue angle of 293.62º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C244D1 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 68 209 -
CMYK 0.07 0.67 0 0.18
HSL 293.62º 0.61% 0.54% -
HSV(B) 293.62º 0.67% 0.82% -
XYZ 35.82 20.21 62.33 -
YUV 121.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 194 68 209 0.07 0.67 0 0.18 293.62 0.61 0.54
Hex C2 44 D1 7 43 0 12 126 3D 36
Octal 302 104 321 7 103 0 22 446 75 66
Binary 11000010 1000100 11010001 111 1000011 0 10010 100100110 111101 110110

Color Harmonies of #C244D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244D1

Black with #C244D1

Text Example


Text Example

White with #C244D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244D1; }

 p { color: rgb(194,68,209); }

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

background-color css

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

 a { background-color: rgb(194,68,209); }

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

border-color css

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

 span { border-color: rgb(194,68,209); }

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