Html Css Color HEX #C842D2 Medium Orchid

📋 copy color: '#C842D2'

red 200 ◦ green 66 ◦ blue 210

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

Shades of Medium Orchid #C842D2

Tints of Medium Orchid #C842D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 42.02%
G = 13.87%
B = 44.12%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C842D2 (or 0xC842D2) is known color: Medium Orchid. HEX triplet: C8, 42 and D2. RGB value is (200,66,210). Sum of RGB (Red+Green+Blue) = 200+66+210=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #C842D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842D2 is #37BD2D. Grayscale: #7A7A7A. Windows color (decimal): -3652910 or 13779656. OLE color: 13779656.

HSL color Cylindrical-coordinate representation of color #C842D2: hue angle of 295.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C842D2 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 66 210 -
CMYK 0.05 0.69 0 0.18
HSL 295.83º 0.62% 0.54% -
HSV(B) 295.83º 0.69% 0.82% -
XYZ 37.4 20.83 63.02 -
YUV 122.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 200 66 210 0.05 0.69 0 0.18 295.83 0.62 0.54
Hex C8 42 D2 5 45 0 12 128 3E 36
Octal 310 102 322 5 105 0 22 450 76 66
Binary 11001000 1000010 11010010 101 1000101 0 10010 100101000 111110 110110

Color Harmonies of #C842D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842D2

Black with #C842D2

Text Example


Text Example

White with #C842D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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