Html Css Color HEX #C241DD Medium Orchid

📋 copy color: '#C241DD'

red 194 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #C241DD

Tints of Medium Orchid #C241DD

RGB

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

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

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

R = 40.42%
G = 13.54%
B = 46.04%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C241DD (or 0xC241DD) is known color: Medium Orchid. HEX triplet: C2, 41 and DD. RGB value is (194,65,221). Sum of RGB (Red+Green+Blue) = 194+65+221=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #C241DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241DD is #3DBE22. Grayscale: #787878. Windows color (decimal): -4046371 or 14500290. OLE color: 14500290.

HSL color Cylindrical-coordinate representation of color #C241DD: hue angle of 289.62º degrees, saturation: 0.7, 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 #C241DD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 65 221 -
CMYK 0.12 0.71 0 0.13
HSL 289.62º 0.7% 0.56% -
HSV(B) 289.62º 0.71% 0.87% -
XYZ 37.19 20.47 70.4 -
YUV 121.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 194 65 221 0.12 0.71 0 0.13 289.62 0.7 0.56
Hex C2 41 DD C 47 0 D 122 46 38
Octal 302 101 335 14 107 0 15 442 106 70
Binary 11000010 1000001 11011101 1100 1000111 0 1101 100100010 1000110 111000

Color Harmonies of #C241DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241DD

Black with #C241DD

Text Example


Text Example

White with #C241DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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