Html Css Color HEX #C841DC Medium Orchid

📋 copy color: '#C841DC'

red 200 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #C841DC

Tints of Medium Orchid #C841DC

RGB

 RED value IS 200 (78.52% from 255) = 41.24%

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

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

R = 41.24%
G = 13.4%
B = 45.36%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C841DC (or 0xC841DC) is known color: Medium Orchid. HEX triplet: C8, 41 and DC. RGB value is (200,65,220). Sum of RGB (Red+Green+Blue) = 200+65+220=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C841DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841DC is #37BE23. Grayscale: #7A7A7A. Windows color (decimal): -3653156 or 14434760. OLE color: 14434760.

HSL color Cylindrical-coordinate representation of color #C841DC: hue angle of 292.26º 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 #C841DC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 65 220 -
CMYK 0.09 0.70 0 0.14
HSL 292.26º 0.69% 0.56% -
HSV(B) 292.26º 0.7% 0.86% -
XYZ 38.63 21.23 69.77 -
YUV 123.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 200 65 220 0.09 0.70 0 0.14 292.26 0.69 0.56
Hex C8 41 DC 9 46 0 E 124 45 38
Octal 310 101 334 11 106 0 16 444 105 70
Binary 11001000 1000001 11011100 1001 1000110 0 1110 100100100 1000101 111000

Color Harmonies of #C841DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841DC

Black with #C841DC

Text Example


Text Example

White with #C841DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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