Html Css Color HEX #C85AD8 Medium Orchid

📋 copy color: '#C85AD8'

red 200 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #C85AD8

Tints of Medium Orchid #C85AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.69%

R = 39.53%
G = 17.79%
B = 42.69%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85AD8 (or 0xC85AD8) is known color: Medium Orchid. HEX triplet: C8, 5A and D8. RGB value is (200,90,216). Sum of RGB (Red+Green+Blue) = 200+90+216=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #C85AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AD8 is #37A527. Grayscale: #888888. Windows color (decimal): -3646760 or 14179016. OLE color: 14179016.

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

Color convert

RGB 200 90 216 -
CMYK 0.07 0.58 0 0.15
HSL 292.38º 0.62% 0.6% -
HSV(B) 292.38º 0.58% 0.85% -
XYZ 39.87 24.55 67.6 -
YUV 137.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 200 90 216 0.07 0.58 0 0.15 292.38 0.62 0.6
Hex C8 5A D8 7 3A 0 F 124 3E 3C
Octal 310 132 330 7 72 0 17 444 76 74
Binary 11001000 1011010 11011000 111 111010 0 1111 100100100 111110 111100

Color Harmonies of #C85AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AD8

Black with #C85AD8

Text Example


Text Example

White with #C85AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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