Html Css Color HEX #C041DD Medium Orchid

📋 copy color: '#C041DD'

red 192 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #C041DD

Tints of Medium Orchid #C041DD

RGB

 RED value IS 192 (75.39% from 255) = 40.17%

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

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

R = 40.17%
G = 13.6%
B = 46.23%

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

#C041DD (or 0xC041DD) is known color: Medium Orchid. HEX triplet: C0, 41 and DD. RGB value is (192,65,221). Sum of RGB (Red+Green+Blue) = 192+65+221=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #C041DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041DD is #3FBE22. Grayscale: #787878. Windows color (decimal): -4177443 or 14500288. OLE color: 14500288.

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

Color convert

RGB 192 65 221 -
CMYK 0.13 0.71 0 0.13
HSL 288.85º 0.7% 0.56% -
HSV(B) 288.85º 0.71% 0.87% -
XYZ 36.68 20.21 70.37 -
YUV 120.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 192 65 221 0.13 0.71 0 0.13 288.85 0.7 0.56
Hex C0 41 DD D 47 0 D 121 46 38
Octal 300 101 335 15 107 0 15 441 106 70
Binary 11000000 1000001 11011101 1101 1000111 0 1101 100100001 1000110 111000

Color Harmonies of #C041DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041DD

Black with #C041DD

Text Example


Text Example

White with #C041DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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