Html Css Color HEX #C85BD5 Medium Orchid

📋 copy color: '#C85BD5'

red 200 ◦ green 91 ◦ blue 213

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

Shades of Medium Orchid #C85BD5

Tints of Medium Orchid #C85BD5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.06%

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 39.68%
G = 18.06%
B = 42.26%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C85BD5 (or 0xC85BD5) is known color: Medium Orchid. HEX triplet: C8, 5B and D5. RGB value is (200,91,213). Sum of RGB (Red+Green+Blue) = 200+91+213=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #C85BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD5 is #37A42A. Grayscale: #898989. Windows color (decimal): -3646507 or 13982664. OLE color: 13982664.

HSL color Cylindrical-coordinate representation of color #C85BD5: hue angle of 293.61º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85BD5 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 91 213 -
CMYK 0.06 0.57 0 0.16
HSL 293.61º 0.59% 0.6% -
HSV(B) 293.61º 0.57% 0.84% -
XYZ 39.57 24.57 65.61 -
YUV 137.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 200 91 213 0.06 0.57 0 0.16 293.61 0.59 0.6
Hex C8 5B D5 6 39 0 10 126 3B 3C
Octal 310 133 325 6 71 0 20 446 73 74
Binary 11001000 1011011 11010101 110 111001 0 10000 100100110 111011 111100

Color Harmonies of #C85BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BD5

Black with #C85BD5

Text Example


Text Example

White with #C85BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BD5; }

 p { color: rgb(200,91,213); }

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

background-color css

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

 a { background-color: rgb(200,91,213); }

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

border-color css

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

 span { border-color: rgb(200,91,213); }

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