Html Css Color HEX #C85BDD Medium Orchid

📋 copy color: '#C85BDD'

red 200 ◦ green 91 ◦ blue 221

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

Shades of Medium Orchid #C85BDD

Tints of Medium Orchid #C85BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 39.06%
G = 17.77%
B = 43.16%

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

#C85BDD (or 0xC85BDD) is known color: Medium Orchid. HEX triplet: C8, 5B and DD. RGB value is (200,91,221). Sum of RGB (Red+Green+Blue) = 200+91+221=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C85BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BDD is #37A422. Grayscale: #8A8A8A. Windows color (decimal): -3646499 or 14506952. OLE color: 14506952.

HSL color Cylindrical-coordinate representation of color #C85BDD: hue angle of 290.31º degrees, saturation: 0.66, 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 #C85BDD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 91 221 -
CMYK 0.10 0.59 0 0.13
HSL 290.31º 0.66% 0.61% -
HSV(B) 290.31º 0.59% 0.87% -
XYZ 40.61 24.98 71.09 -
YUV 138.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 200 91 221 0.10 0.59 0 0.13 290.31 0.66 0.61
Hex C8 5B DD A 3B 0 D 122 42 3D
Octal 310 133 335 12 73 0 15 442 102 75
Binary 11001000 1011011 11011101 1010 111011 0 1101 100100010 1000010 111101

Color Harmonies of #C85BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BDD

Black with #C85BDD

Text Example


Text Example

White with #C85BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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