#C65ADB

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

Shades of Medium Orchid #C65ADB

Tints of Medium Orchid #C65ADB

Color information

#C65ADB (or 0xC65ADB) is unknown color: approx Medium Orchid. HEX triplet: C6, 5A and DB. RGB value is (198,90,219). Sum of RGB (Red+Green+Blue) = 198+90+219=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C65ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ADB is #39A524. Grayscale: #888888. Windows color (decimal): -3777829 or 14375622. OLE color: 14375622.

HSL color Cylindrical-coordinate representation of color #C65ADB: hue angle of 290.23º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65ADB is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19890219-
CMYK0.100.5900.14
HSL290.23º64.18%60.59%-
HSV(B)290.23º58.9%85.88%-
XYZ39.7324.4369.64-
YUV137174.28171.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 90 (35.55% from 255) = 17.75%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=39.05%
G=17.75%
B=43.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198902190.100.5900.14290.2364.1860.59
HexC65ADBA3B0E122403d
Octal306132333127301644210075
Binary110001101011010110110111010111011011101001000101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65ADB; }

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

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

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

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

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

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

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

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