Html Css Color HEX #C85DDB Medium Orchid

📋 copy color: '#C85DDB'

red 200 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #C85DDB

Tints of Medium Orchid #C85DDB

RGB

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

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

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

R = 39.06%
G = 18.16%
B = 42.77%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C85DDB (or 0xC85DDB) is known color: Medium Orchid. HEX triplet: C8, 5D and DB. RGB value is (200,93,219). Sum of RGB (Red+Green+Blue) = 200+93+219=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C85DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DDB is #37A224. Grayscale: #8A8A8A. Windows color (decimal): -3645989 or 14376392. OLE color: 14376392.

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

Color convert

RGB 200 93 219 -
CMYK 0.09 0.58 0 0.14
HSL 290.95º 0.64% 0.61% -
HSV(B) 290.95º 0.58% 0.86% -
XYZ 40.52 25.22 69.75 -
YUV 139.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 200 93 219 0.09 0.58 0 0.14 290.95 0.64 0.61
Hex C8 5D DB 9 3A 0 E 123 40 3D
Octal 310 135 333 11 72 0 16 443 100 75
Binary 11001000 1011101 11011011 1001 111010 0 1110 100100011 1000000 111101

Color Harmonies of #C85DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DDB

Black with #C85DDB

Text Example


Text Example

White with #C85DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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