Html Css Color HEX #C862DC Medium Orchid

📋 copy color: '#C862DC'

red 200 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #C862DC

Tints of Medium Orchid #C862DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.92%

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

R = 38.61%
G = 18.92%
B = 42.47%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C862DC (or 0xC862DC) is known color: Medium Orchid. HEX triplet: C8, 62 and DC. RGB value is (200,98,220). Sum of RGB (Red+Green+Blue) = 200+98+220=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #C862DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862DC is #379D23. Grayscale: #8E8E8E. Windows color (decimal): -3644708 or 14443208. OLE color: 14443208.

HSL color Cylindrical-coordinate representation of color #C862DC: hue angle of 290.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C862DC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 98 220 -
CMYK 0.09 0.55 0 0.14
HSL 290.16º 0.64% 0.62% -
HSV(B) 290.16º 0.55% 0.86% -
XYZ 41.11 26.18 70.6 -
YUV 142.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 200 98 220 0.09 0.55 0 0.14 290.16 0.64 0.62
Hex C8 62 DC 9 37 0 E 122 40 3E
Octal 310 142 334 11 67 0 16 442 100 76
Binary 11001000 1100010 11011100 1001 110111 0 1110 100100010 1000000 111110

Color Harmonies of #C862DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862DC

Black with #C862DC

Text Example


Text Example

White with #C862DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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