Html Css Color HEX #C241DF Medium Orchid

📋 copy color: '#C241DF'

red 194 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #C241DF

Tints of Medium Orchid #C241DF

RGB

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

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

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

R = 40.25%
G = 13.49%
B = 46.27%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C241DF (or 0xC241DF) is known color: Medium Orchid. HEX triplet: C2, 41 and DF. RGB value is (194,65,223). Sum of RGB (Red+Green+Blue) = 194+65+223=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #C241DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241DF is #3DBE20. Grayscale: #797979. Windows color (decimal): -4046369 or 14631362. OLE color: 14631362.

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

Color convert

RGB 194 65 223 -
CMYK 0.13 0.71 0 0.13
HSL 288.99º 0.71% 0.56% -
HSV(B) 288.99º 0.71% 0.87% -
XYZ 37.46 20.58 71.81 -
YUV 121.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 194 65 223 0.13 0.71 0 0.13 288.99 0.71 0.56
Hex C2 41 DF D 47 0 D 121 47 38
Octal 302 101 337 15 107 0 15 441 107 70
Binary 11000010 1000001 11011111 1101 1000111 0 1101 100100001 1000111 111000

Color Harmonies of #C241DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241DF

Black with #C241DF

Text Example


Text Example

White with #C241DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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