#C65AD5

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

Shades of Medium Orchid #C65AD5

Tints of Medium Orchid #C65AD5

Color information

#C65AD5 (or 0xC65AD5) is unknown color: approx Medium Orchid. HEX triplet: C6, 5A and D5. RGB value is (198,90,213). Sum of RGB (Red+Green+Blue) = 198+90+213=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #C65AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AD5 is #39A52A. Grayscale: #878787. Windows color (decimal): -3777835 or 13982406. OLE color: 13982406.

HSL color Cylindrical-coordinate representation of color #C65AD5: hue angle of 292.68º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65AD5 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19890213-
CMYK0.070.5800.16
HSL292.68º59.42%59.41%-
HSV(B)292.68º57.75%83.53%-
XYZ38.9624.1265.55-
YUV136.31171.28172-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=39.52%
G=17.96%
B=42.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198902130.070.5800.16292.6859.4259.41
HexC65AD573A0101253b3b
Octal3061323257720204457373
Binary11000110101101011010101111111010010000100100101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65AD5; }

 p { color: rgb(198,90,213); }

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

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

 a { background-color: rgb(198,90,213); }

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

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

 span { border-color: rgb(198,90,213); }

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