Html Css Color HEX #C842DD Medium Orchid

📋 copy color: '#C842DD'

red 200 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #C842DD

Tints of Medium Orchid #C842DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.55%

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

R = 41.07%
G = 13.55%
B = 45.38%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C842DD (or 0xC842DD) is known color: Medium Orchid. HEX triplet: C8, 42 and DD. RGB value is (200,66,221). Sum of RGB (Red+Green+Blue) = 200+66+221=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C842DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842DD is #37BD22. Grayscale: #7B7B7B. Windows color (decimal): -3652899 or 14500552. OLE color: 14500552.

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

Color convert

RGB 200 66 221 -
CMYK 0.10 0.70 0 0.13
HSL 291.87º 0.7% 0.56% -
HSV(B) 291.87º 0.7% 0.87% -
XYZ 38.82 21.4 70.49 -
YUV 123.74 182.89 182.4 -
System Red Green Blue C M Y K H S L
Decimal 200 66 221 0.10 0.70 0 0.13 291.87 0.7 0.56
Hex C8 42 DD A 46 0 D 124 46 38
Octal 310 102 335 12 106 0 15 444 106 70
Binary 11001000 1000010 11011101 1010 1000110 0 1101 100100100 1000110 111000

Color Harmonies of #C842DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842DD

Black with #C842DD

Text Example


Text Example

White with #C842DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842DD; }

 p { color: rgb(200,66,221); }

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

background-color css

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

 a { background-color: rgb(200,66,221); }

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

border-color css

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

 span { border-color: rgb(200,66,221); }

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