Html Css Color HEX #C85EDB Medium Orchid

📋 copy color: '#C85EDB'

red 200 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #C85EDB

Tints of Medium Orchid #C85EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 38.99%
G = 18.32%
B = 42.69%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C85EDB (or 0xC85EDB) is known color: Medium Orchid. HEX triplet: C8, 5E and DB. RGB value is (200,94,219). Sum of RGB (Red+Green+Blue) = 200+94+219=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C85EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EDB is #37A124. Grayscale: #8B8B8B. Windows color (decimal): -3645733 or 14376648. OLE color: 14376648.

HSL color Cylindrical-coordinate representation of color #C85EDB: hue angle of 290.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85EDB is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 94 219 -
CMYK 0.09 0.57 0 0.14
HSL 290.88º 0.63% 0.61% -
HSV(B) 290.88º 0.57% 0.86% -
XYZ 40.61 25.4 69.78 -
YUV 139.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 200 94 219 0.09 0.57 0 0.14 290.88 0.63 0.61
Hex C8 5E DB 9 39 0 E 123 3F 3D
Octal 310 136 333 11 71 0 16 443 77 75
Binary 11001000 1011110 11011011 1001 111001 0 1110 100100011 111111 111101

Color Harmonies of #C85EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EDB

Black with #C85EDB

Text Example


Text Example

White with #C85EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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