#C65BD0

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

Shades of Medium Orchid #C65BD0

Tints of Medium Orchid #C65BD0

Color information

#C65BD0 (or 0xC65BD0) is unknown color: approx Medium Orchid. HEX triplet: C6, 5B and D0. RGB value is (198,91,208). Sum of RGB (Red+Green+Blue) = 198+91+208=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #C65BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BD0 is #39A42F. Grayscale: #878787. Windows color (decimal): -3777584 or 13654982. OLE color: 13654982.

HSL color Cylindrical-coordinate representation of color #C65BD0: hue angle of 294.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65BD0 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19891208-
CMYK0.050.5600.18
HSL294.87º55.45%58.63%-
HSV(B)294.87º56.25%81.57%-
XYZ38.4124.0462.29-
YUV136.33168.45171.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 91 (35.94% from 255) = 18.31%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=39.84%
G=18.31%
B=41.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198912080.050.5600.18294.8755.4558.63
HexC65BD0538012127373b
Octal3061333205700224476773
Binary11000110101101111010000101111000010010100100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BD0; }

 p { color: rgb(198,91,208); }

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

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

 a { background-color: rgb(198,91,208); }

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

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

 span { border-color: rgb(198,91,208); }

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