Html Css Color HEX #C858DC Medium Orchid

📋 copy color: '#C858DC'

red 200 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #C858DC

Tints of Medium Orchid #C858DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.32%

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

R = 39.37%
G = 17.32%
B = 43.31%

CMYK

 C value IS 0.09

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C858DC (or 0xC858DC) is known color: Medium Orchid. HEX triplet: C8, 58 and DC. RGB value is (200,88,220). Sum of RGB (Red+Green+Blue) = 200+88+220=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #C858DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858DC is #37A723. Grayscale: #888888. Windows color (decimal): -3647268 or 14440648. OLE color: 14440648.

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

Color convert

RGB 200 88 220 -
CMYK 0.09 0.6 0 0.14
HSL 290.91º 0.65% 0.6% -
HSV(B) 290.91º 0.6% 0.86% -
XYZ 40.23 24.43 70.3 -
YUV 136.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 200 88 220 0.09 0.6 0 0.14 290.91 0.65 0.6
Hex C8 58 DC 9 3C 0 E 123 41 3C
Octal 310 130 334 11 74 0 16 443 101 74
Binary 11001000 1011000 11011100 1001 111100 0 1110 100100011 1000001 111100

Color Harmonies of #C858DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858DC

Black with #C858DC

Text Example


Text Example

White with #C858DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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