Html Css Color HEX #C85DEE Medium Orchid

📋 copy color: '#C85DEE'

red 200 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #C85DEE

Tints of Medium Orchid #C85DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 37.66%
G = 17.51%
B = 44.82%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C85DEE (or 0xC85DEE) is known color: Medium Orchid. HEX triplet: C8, 5D and EE. RGB value is (200,93,238). Sum of RGB (Red+Green+Blue) = 200+93+238=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #C85DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DEE is #37A211. Grayscale: #8D8D8D. Windows color (decimal): -3645970 or 15621576. OLE color: 15621576.

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

Color convert

RGB 200 93 238 -
CMYK 0.16 0.61 0 0.07
HSL 284.28º 0.81% 0.65% -
HSV(B) 284.28º 0.61% 0.93% -
XYZ 43.17 26.28 83.69 -
YUV 141.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 200 93 238 0.16 0.61 0 0.07 284.28 0.81 0.65
Hex C8 5D EE 10 3D 0 7 11C 51 41
Octal 310 135 356 20 75 0 7 434 121 101
Binary 11001000 1011101 11101110 10000 111101 0 111 100011100 1010001 1000001

Color Harmonies of #C85DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DEE

Black with #C85DEE

Text Example


Text Example

White with #C85DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DEE; }

 p { color: rgb(200,93,238); }

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

background-color css

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

 a { background-color: rgb(200,93,238); }

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

border-color css

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

 span { border-color: rgb(200,93,238); }

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