Html Css Color HEX #C85ADA Medium Orchid

📋 copy color: '#C85ADA'

red 200 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #C85ADA

Tints of Medium Orchid #C85ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 39.37%
G = 17.72%
B = 42.91%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85ADA (or 0xC85ADA) is known color: Medium Orchid. HEX triplet: C8, 5A and DA. RGB value is (200,90,218). Sum of RGB (Red+Green+Blue) = 200+90+218=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C85ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ADA is #37A525. Grayscale: #898989. Windows color (decimal): -3646758 or 14310088. OLE color: 14310088.

HSL color Cylindrical-coordinate representation of color #C85ADA: hue angle of 291.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85ADA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 90 218 -
CMYK 0.08 0.59 0 0.15
HSL 291.56º 0.63% 0.6% -
HSV(B) 291.56º 0.59% 0.85% -
XYZ 40.13 24.65 68.97 -
YUV 137.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 200 90 218 0.08 0.59 0 0.15 291.56 0.63 0.6
Hex C8 5A DA 8 3B 0 F 124 3F 3C
Octal 310 132 332 10 73 0 17 444 77 74
Binary 11001000 1011010 11011010 1000 111011 0 1111 100100100 111111 111100

Color Harmonies of #C85ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ADA

Black with #C85ADA

Text Example


Text Example

White with #C85ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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