Html Css Color HEX #C85EDE Medium Orchid

📋 copy color: '#C85EDE'

red 200 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #C85EDE

Tints of Medium Orchid #C85EDE

RGB

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

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

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

R = 38.76%
G = 18.22%
B = 43.02%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C85EDE (or 0xC85EDE) is known color: Medium Orchid. HEX triplet: C8, 5E and DE. RGB value is (200,94,222). Sum of RGB (Red+Green+Blue) = 200+94+222=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #C85EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EDE is #37A121. Grayscale: #8B8B8B. Windows color (decimal): -3645730 or 14573256. OLE color: 14573256.

HSL color Cylindrical-coordinate representation of color #C85EDE: hue angle of 289.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85EDE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 94 222 -
CMYK 0.10 0.58 0 0.13
HSL 289.69º 0.66% 0.62% -
HSV(B) 289.69º 0.58% 0.87% -
XYZ 41.01 25.56 71.88 -
YUV 140.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 200 94 222 0.10 0.58 0 0.13 289.69 0.66 0.62
Hex C8 5E DE A 3A 0 D 122 42 3E
Octal 310 136 336 12 72 0 15 442 102 76
Binary 11001000 1011110 11011110 1010 111010 0 1101 100100010 1000010 111110

Color Harmonies of #C85EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EDE

Black with #C85EDE

Text Example


Text Example

White with #C85EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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