Html Css Color HEX #C85EEE Medium Orchid

📋 copy color: '#C85EEE'

red 200 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #C85EEE

Tints of Medium Orchid #C85EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.67%

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

R = 37.59%
G = 17.67%
B = 44.74%

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

#C85EEE (or 0xC85EEE) is known color: Medium Orchid. HEX triplet: C8, 5E and EE. RGB value is (200,94,238). Sum of RGB (Red+Green+Blue) = 200+94+238=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #C85EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EEE is #37A111. Grayscale: #8D8D8D. Windows color (decimal): -3645714 or 15621832. OLE color: 15621832.

HSL color Cylindrical-coordinate representation of color #C85EEE: hue angle of 284.17º 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 #C85EEE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 94 238 -
CMYK 0.16 0.61 0 0.07
HSL 284.17º 0.81% 0.65% -
HSV(B) 284.17º 0.61% 0.93% -
XYZ 43.25 26.46 83.72 -
YUV 142.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 200 94 238 0.16 0.61 0 0.07 284.17 0.81 0.65
Hex C8 5E EE 10 3D 0 7 11C 51 41
Octal 310 136 356 20 75 0 7 434 121 101
Binary 11001000 1011110 11101110 10000 111101 0 111 100011100 1010001 1000001

Color Harmonies of #C85EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EEE

Black with #C85EEE

Text Example


Text Example

White with #C85EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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