Html Css Color HEX #C244DC Medium Orchid

📋 copy color: '#C244DC'

red 194 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #C244DC

Tints of Medium Orchid #C244DC

RGB

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

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

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

R = 40.25%
G = 14.11%
B = 45.64%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C244DC (or 0xC244DC) is known color: Medium Orchid. HEX triplet: C2, 44 and DC. RGB value is (194,68,220). Sum of RGB (Red+Green+Blue) = 194+68+220=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #C244DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244DC is #3DBB23. Grayscale: #7A7A7A. Windows color (decimal): -4045604 or 14435522. OLE color: 14435522.

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

Color convert

RGB 194 68 220 -
CMYK 0.12 0.69 0 0.14
HSL 289.74º 0.68% 0.56% -
HSV(B) 289.74º 0.69% 0.86% -
XYZ 37.23 20.77 69.76 -
YUV 123 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 194 68 220 0.12 0.69 0 0.14 289.74 0.68 0.56
Hex C2 44 DC C 45 0 E 122 44 38
Octal 302 104 334 14 105 0 16 442 104 70
Binary 11000010 1000100 11011100 1100 1000101 0 1110 100100010 1000100 111000

Color Harmonies of #C244DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244DC

Black with #C244DC

Text Example


Text Example

White with #C244DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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