Html Css Color HEX #C241DC Medium Orchid

📋 copy color: '#C241DC'

red 194 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #C241DC

Tints of Medium Orchid #C241DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

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

R = 40.5%
G = 13.57%
B = 45.93%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C241DC (or 0xC241DC) is known color: Medium Orchid. HEX triplet: C2, 41 and DC. RGB value is (194,65,220). Sum of RGB (Red+Green+Blue) = 194+65+220=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #C241DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241DC is #3DBE23. Grayscale: #787878. Windows color (decimal): -4046372 or 14434754. OLE color: 14434754.

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

Color convert

RGB 194 65 220 -
CMYK 0.12 0.70 0 0.14
HSL 289.94º 0.69% 0.56% -
HSV(B) 289.94º 0.7% 0.86% -
XYZ 37.06 20.42 69.7 -
YUV 121.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 194 65 220 0.12 0.70 0 0.14 289.94 0.69 0.56
Hex C2 41 DC C 46 0 E 122 45 38
Octal 302 101 334 14 106 0 16 442 105 70
Binary 11000010 1000001 11011100 1100 1000110 0 1110 100100010 1000101 111000

Color Harmonies of #C241DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241DC

Black with #C241DC

Text Example


Text Example

White with #C241DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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