Html Css Color HEX #C85ADE Medium Orchid

📋 copy color: '#C85ADE'

red 200 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #C85ADE

Tints of Medium Orchid #C85ADE

RGB

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

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

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

R = 39.06%
G = 17.58%
B = 43.36%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C85ADE (or 0xC85ADE) is known color: Medium Orchid. HEX triplet: C8, 5A and DE. RGB value is (200,90,222). Sum of RGB (Red+Green+Blue) = 200+90+222=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #C85ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ADE is #37A521. Grayscale: #898989. Windows color (decimal): -3646754 or 14572232. OLE color: 14572232.

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

Color convert

RGB 200 90 222 -
CMYK 0.10 0.59 0 0.13
HSL 290º 0.67% 0.61% -
HSV(B) 290º 0.59% 0.87% -
XYZ 40.66 24.87 71.76 -
YUV 137.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 200 90 222 0.10 0.59 0 0.13 290 0.67 0.61
Hex C8 5A DE A 3B 0 D 122 43 3D
Octal 310 132 336 12 73 0 15 442 103 75
Binary 11001000 1011010 11011110 1010 111011 0 1101 100100010 1000011 111101

Color Harmonies of #C85ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ADE

Black with #C85ADE

Text Example


Text Example

White with #C85ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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