Html Css Color HEX #C85FDD Medium Orchid

📋 copy color: '#C85FDD'

red 200 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #C85FDD

Tints of Medium Orchid #C85FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.41%

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

R = 38.76%
G = 18.41%
B = 42.83%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C85FDD (or 0xC85FDD) is known color: Medium Orchid. HEX triplet: C8, 5F and DD. RGB value is (200,95,221). Sum of RGB (Red+Green+Blue) = 200+95+221=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #C85FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FDD is #37A022. Grayscale: #8C8C8C. Windows color (decimal): -3645475 or 14507976. OLE color: 14507976.

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

Color convert

RGB 200 95 221 -
CMYK 0.10 0.57 0 0.13
HSL 290º 0.65% 0.62% -
HSV(B) 290º 0.57% 0.87% -
XYZ 40.96 25.68 71.21 -
YUV 140.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 200 95 221 0.10 0.57 0 0.13 290 0.65 0.62
Hex C8 5F DD A 39 0 D 122 41 3E
Octal 310 137 335 12 71 0 15 442 101 76
Binary 11001000 1011111 11011101 1010 111001 0 1101 100100010 1000001 111110

Color Harmonies of #C85FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FDD

Black with #C85FDD

Text Example


Text Example

White with #C85FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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