#C85CD7

Color #C85CD7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C85CD7

Tints of Medium Orchid #C85CD7

Color information

#C85CD7 (or 0xC85CD7) is unknown color: approx Medium Orchid. HEX triplet: C8, 5C and D7. RGB value is (200,92,215). Sum of RGB (Red+Green+Blue) = 200+92+215=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #C85CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CD7 is #37A328. Grayscale: #898989. Windows color (decimal): -3646249 or 14113992. OLE color: 14113992.

HSL color Cylindrical-coordinate representation of color #C85CD7: hue angle of 292.68º degrees, saturation: 0.61, 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 #C85CD7 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20092215-
CMYK0.070.5700.16
HSL292.68º60.59%60.2%-
HSV(B)292.68º57.21%84.31%-
XYZ39.9124.8466.98-
YUV138.31171.28172-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=39.45%
G=18.15%
B=42.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200922150.070.5700.16292.6860.5960.2
HexC85CD77390101253d3c
Octal3101343277710204457574
Binary11001000101110011010111111111001010000100100101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CD7; }

 p { color: rgb(200,92,215); }

 H1.HeaderClassName
 {
   color: #C85CD7;
 }
 .AnyTagClassName
 {
   color: #C85CD7;
 }
</style>
background-color css

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

 a { background-color: rgb(200,92,215); }

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

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

 span { border-color: rgb(200,92,215); }

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