Html Css Color HEX #C862D7 Medium Orchid

📋 copy color: '#C862D7'

red 200 ◦ green 98 ◦ blue 215

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

Shades of Medium Orchid #C862D7

Tints of Medium Orchid #C862D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 38.99%
G = 19.1%
B = 41.91%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C862D7 (or 0xC862D7) is known color: Medium Orchid. HEX triplet: C8, 62 and D7. RGB value is (200,98,215). Sum of RGB (Red+Green+Blue) = 200+98+215=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #C862D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862D7 is #379D28. Grayscale: #8D8D8D. Windows color (decimal): -3644713 or 14115528. OLE color: 14115528.

HSL color Cylindrical-coordinate representation of color #C862D7: hue angle of 292.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C862D7 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 98 215 -
CMYK 0.07 0.54 0 0.16
HSL 292.31º 0.59% 0.61% -
HSV(B) 292.31º 0.54% 0.84% -
XYZ 40.45 25.92 67.16 -
YUV 141.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 200 98 215 0.07 0.54 0 0.16 292.31 0.59 0.61
Hex C8 62 D7 7 36 0 10 124 3B 3D
Octal 310 142 327 7 66 0 20 444 73 75
Binary 11001000 1100010 11010111 111 110110 0 10000 100100100 111011 111101

Color Harmonies of #C862D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862D7

Black with #C862D7

Text Example


Text Example

White with #C862D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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