Html Css Color HEX #C858D9 Medium Orchid

📋 copy color: '#C858D9'

red 200 ◦ green 88 ◦ blue 217

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

Shades of Medium Orchid #C858D9

Tints of Medium Orchid #C858D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 39.6%
G = 17.43%
B = 42.97%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C858D9 (or 0xC858D9) is known color: Medium Orchid. HEX triplet: C8, 58 and D9. RGB value is (200,88,217). Sum of RGB (Red+Green+Blue) = 200+88+217=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #C858D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858D9 is #37A726. Grayscale: #878787. Windows color (decimal): -3647271 or 14244040. OLE color: 14244040.

HSL color Cylindrical-coordinate representation of color #C858D9: hue angle of 292.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C858D9 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 88 217 -
CMYK 0.08 0.59 0 0.15
HSL 292.09º 0.63% 0.6% -
HSV(B) 292.09º 0.59% 0.85% -
XYZ 39.83 24.27 68.23 -
YUV 136.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 200 88 217 0.08 0.59 0 0.15 292.09 0.63 0.6
Hex C8 58 D9 8 3B 0 F 124 3F 3C
Octal 310 130 331 10 73 0 17 444 77 74
Binary 11001000 1011000 11011001 1000 111011 0 1111 100100100 111111 111100

Color Harmonies of #C858D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858D9

Black with #C858D9

Text Example


Text Example

White with #C858D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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