Html Css Color HEX #C85ADB Medium Orchid

📋 copy color: '#C85ADB'

red 200 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #C85ADB

Tints of Medium Orchid #C85ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.68%

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

R = 39.29%
G = 17.68%
B = 43.03%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C85ADB (or 0xC85ADB) is known color: Medium Orchid. HEX triplet: C8, 5A and DB. RGB value is (200,90,219). Sum of RGB (Red+Green+Blue) = 200+90+219=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C85ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ADB is #37A524. Grayscale: #898989. Windows color (decimal): -3646757 or 14375624. OLE color: 14375624.

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

Color convert

RGB 200 90 219 -
CMYK 0.09 0.59 0 0.14
HSL 291.16º 0.64% 0.61% -
HSV(B) 291.16º 0.59% 0.86% -
XYZ 40.26 24.71 69.66 -
YUV 137.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 200 90 219 0.09 0.59 0 0.14 291.16 0.64 0.61
Hex C8 5A DB 9 3B 0 E 123 40 3D
Octal 310 132 333 11 73 0 16 443 100 75
Binary 11001000 1011010 11011011 1001 111011 0 1110 100100011 1000000 111101

Color Harmonies of #C85ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ADB

Black with #C85ADB

Text Example


Text Example

White with #C85ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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