#C65DEA

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

Shades of Medium Orchid #C65DEA

Tints of Medium Orchid #C65DEA

Color information

#C65DEA (or 0xC65DEA) is unknown color: approx Medium Orchid. HEX triplet: C6, 5D and EA. RGB value is (198,93,234). Sum of RGB (Red+Green+Blue) = 198+93+234=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #C65DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DEA is #39A215. Grayscale: #8C8C8C. Windows color (decimal): -3777046 or 15359430. OLE color: 15359430.

HSL color Cylindrical-coordinate representation of color #C65DEA: hue angle of 284.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65DEA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19893234-
CMYK0.150.6000.08
HSL284.68º77.05%64.12%-
HSV(B)284.68º60.26%91.76%-
XYZ42.0525.7780.6-
YUV140.47180.79169.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=37.71%
G=17.71%
B=44.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198932340.150.6000.08284.6877.0564.12
HexC65DEAF3C0811d4d40
Octal3061353521774010435115100
Binary1100011010111011110101011111111000100010001110110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65DEA; }

 p { color: rgb(198,93,234); }

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

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

 a { background-color: rgb(198,93,234); }

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

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

 span { border-color: rgb(198,93,234); }

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