Html Css Color HEX #C858DE Medium Orchid

📋 copy color: '#C858DE'

red 200 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #C858DE

Tints of Medium Orchid #C858DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 39.22%
G = 17.25%
B = 43.53%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C858DE (or 0xC858DE) is known color: Medium Orchid. HEX triplet: C8, 58 and DE. RGB value is (200,88,222). Sum of RGB (Red+Green+Blue) = 200+88+222=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #C858DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858DE is #37A721. Grayscale: #888888. Windows color (decimal): -3647266 or 14571720. OLE color: 14571720.

HSL color Cylindrical-coordinate representation of color #C858DE: hue angle of 290.15º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C858DE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 88 222 -
CMYK 0.10 0.60 0 0.13
HSL 290.15º 0.67% 0.61% -
HSV(B) 290.15º 0.6% 0.87% -
XYZ 40.49 24.53 71.71 -
YUV 136.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 200 88 222 0.10 0.60 0 0.13 290.15 0.67 0.61
Hex C8 58 DE A 3C 0 D 122 43 3D
Octal 310 130 336 12 74 0 15 442 103 75
Binary 11001000 1011000 11011110 1010 111100 0 1101 100100010 1000011 111101

Color Harmonies of #C858DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858DE

Black with #C858DE

Text Example


Text Example

White with #C858DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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