Html Css Color HEX #C858D7 Medium Orchid

📋 copy color: '#C858D7'

red 200 ◦ green 88 ◦ blue 215

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

Shades of Medium Orchid #C858D7

Tints of Medium Orchid #C858D7

RGB

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

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

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

R = 39.76%
G = 17.5%
B = 42.74%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C858D7 (or 0xC858D7) is known color: Medium Orchid. HEX triplet: C8, 58 and D7. RGB value is (200,88,215). Sum of RGB (Red+Green+Blue) = 200+88+215=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #C858D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858D7 is #37A728. Grayscale: #878787. Windows color (decimal): -3647273 or 14112968. OLE color: 14112968.

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

Color convert

RGB 200 88 215 -
CMYK 0.07 0.59 0 0.16
HSL 292.91º 0.61% 0.59% -
HSV(B) 292.91º 0.59% 0.84% -
XYZ 39.57 24.17 66.87 -
YUV 135.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 200 88 215 0.07 0.59 0 0.16 292.91 0.61 0.59
Hex C8 58 D7 7 3B 0 10 125 3D 3B
Octal 310 130 327 7 73 0 20 445 75 73
Binary 11001000 1011000 11010111 111 111011 0 10000 100100101 111101 111011

Color Harmonies of #C858D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858D7

Black with #C858D7

Text Example


Text Example

White with #C858D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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