Html Css Color HEX #C85DDD Medium Orchid

📋 copy color: '#C85DDD'

red 200 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #C85DDD

Tints of Medium Orchid #C85DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.09%

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

R = 38.91%
G = 18.09%
B = 43%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C85DDD (or 0xC85DDD) is known color: Medium Orchid. HEX triplet: C8, 5D and DD. RGB value is (200,93,221). Sum of RGB (Red+Green+Blue) = 200+93+221=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C85DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DDD is #37A222. Grayscale: #8B8B8B. Windows color (decimal): -3645987 or 14507464. OLE color: 14507464.

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

Color convert

RGB 200 93 221 -
CMYK 0.10 0.58 0 0.13
HSL 290.16º 0.65% 0.62% -
HSV(B) 290.16º 0.58% 0.87% -
XYZ 40.78 25.33 71.15 -
YUV 139.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 200 93 221 0.10 0.58 0 0.13 290.16 0.65 0.62
Hex C8 5D DD A 3A 0 D 122 41 3E
Octal 310 135 335 12 72 0 15 442 101 76
Binary 11001000 1011101 11011101 1010 111010 0 1101 100100010 1000001 111110

Color Harmonies of #C85DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DDD

Black with #C85DDD

Text Example


Text Example

White with #C85DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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