Html Css Color HEX #C85DDA Medium Orchid

📋 copy color: '#C85DDA'

red 200 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #C85DDA

Tints of Medium Orchid #C85DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 39.14%
G = 18.2%
B = 42.66%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85DDA (or 0xC85DDA) is known color: Medium Orchid. HEX triplet: C8, 5D and DA. RGB value is (200,93,218). Sum of RGB (Red+Green+Blue) = 200+93+218=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C85DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DDA is #37A225. Grayscale: #8A8A8A. Windows color (decimal): -3645990 or 14310856. OLE color: 14310856.

HSL color Cylindrical-coordinate representation of color #C85DDA: hue angle of 291.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85DDA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 93 218 -
CMYK 0.08 0.57 0 0.15
HSL 291.36º 0.63% 0.61% -
HSV(B) 291.36º 0.57% 0.85% -
XYZ 40.39 25.17 69.06 -
YUV 139.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 200 93 218 0.08 0.57 0 0.15 291.36 0.63 0.61
Hex C8 5D DA 8 39 0 F 123 3F 3D
Octal 310 135 332 10 71 0 17 443 77 75
Binary 11001000 1011101 11011010 1000 111001 0 1111 100100011 111111 111101

Color Harmonies of #C85DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DDA

Black with #C85DDA

Text Example


Text Example

White with #C85DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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